|
Paw Pals 0.5
Aplicación móvil de cuidado de mascotas
|
|
static |
Attributes that can be used with a ActionBar.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:background
Specifies a background drawable for the action bar.
com.companyname.pawpalsapp:backgroundSplit
Specifies a background drawable for the bottom component of a split action bar.
com.companyname.pawpalsapp:backgroundStacked
Specifies a background drawable for a second stacked row of the action bar.
com.companyname.pawpalsapp:contentInsetEnd
Minimum inset for content views within a bar.
com.companyname.pawpalsapp:contentInsetEndWithActions
Minimum inset for content views within a bar when actions from a menu are present.
com.companyname.pawpalsapp:contentInsetLeft
Minimum inset for content views within a bar.
com.companyname.pawpalsapp:contentInsetRight
Minimum inset for content views within a bar.
com.companyname.pawpalsapp:contentInsetStart
Minimum inset for content views within a bar.
com.companyname.pawpalsapp:contentInsetStartWithNavigation
Minimum inset for content views within a bar when a navigation button is present, such as the Up button.
com.companyname.pawpalsapp:customNavigationLayout
Specifies a layout for custom navigation.
com.companyname.pawpalsapp:displayOptions
Options affecting how the action bar is displayed.
com.companyname.pawpalsapp:divider
Specifies the drawable used for item dividers.
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
com.companyname.pawpalsapp:height
com.companyname.pawpalsapp:hideOnContentScroll
Set true to hide the action bar on a vertical nested scroll of content.
com.companyname.pawpalsapp:homeAsUpIndicator
Specifies a drawable to use for the 'home as up' indicator.
com.companyname.pawpalsapp:homeLayout
Specifies a layout to use for the "home" section of the action bar.
com.companyname.pawpalsapp:icon
Icon drawable to display at the start of this view.
com.companyname.pawpalsapp:indeterminateProgressStyle
Specifies a style resource to use for an indeterminate progress spinner.
com.companyname.pawpalsapp:itemPadding
Specifies padding that should be applied to the left and right sides of system-provided items in the bar.
com.companyname.pawpalsapp:logo
Specifies the drawable used for the application logo.
com.companyname.pawpalsapp:navigationMode
The type of navigation to use.
com.companyname.pawpalsapp:popupTheme
Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
com.companyname.pawpalsapp:progressBarPadding
Specifies the horizontal padding on either end for an embedded progress bar.
com.companyname.pawpalsapp:progressBarStyle
Specifies a style resource to use for an embedded progress bar.
com.companyname.pawpalsapp:subtitle
Specifies subtitle text used for navigationMode="normal"
com.companyname.pawpalsapp:subtitleTextStyle
Specifies a style to use for subtitle text.
com.companyname.pawpalsapp:title
com.companyname.pawpalsapp:titleTextStyle
Specifies a style to use for title text.
|
static |
@attr description Specifies a background drawable for the action bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:background
|
static |
@attr description Specifies a background drawable for the bottom component of a split action bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundSplit
|
static |
@attr description Specifies a background drawable for a second stacked row of the action bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundStacked
|
static |
@attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetEnd
|
static |
@attr description Minimum inset for content views within a bar when actions from a menu are present. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetEndWithActions
|
static |
@attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetLeft
|
static |
@attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetRight
|
static |
@attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetStart
|
static |
@attr description Minimum inset for content views within a bar when a navigation button is present, such as the Up button. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetStartWithNavigation
|
static |
@attr description Specifies a layout for custom navigation. Overrides navigationMode.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:customNavigationLayout
|
static |
@attr description Options affecting how the action bar is displayed.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
disableHome
20
homeAsUp
4
none
0
showCustom
10
showHome
2
showTitle
8
useLogo
1
@attr name com.companyname.pawpalsapp:displayOptions
|
static |
@attr description Specifies the drawable used for item dividers.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:divider
|
static |
@attr description Elevation for the action bar itself
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
@attr description Specifies a fixed height.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:height
|
static |
@attr description Set true to hide the action bar on a vertical nested scroll of content.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:hideOnContentScroll
|
static |
@attr description Up navigation glyph
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:homeAsUpIndicator
|
static |
@attr description Specifies a layout to use for the "home" section of the action bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:homeLayout
|
static |
@attr description Specifies the drawable used for the application icon.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:icon
|
static |
@attr description Specifies a style resource to use for an indeterminate progress spinner.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:indeterminateProgressStyle
|
static |
@attr description Specifies padding that should be applied to the left and right sides of system-provided items in the bar.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemPadding
|
static |
@attr description Specifies the drawable used for the application logo.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:logo
|
static |
@attr description The type of navigation to use.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
listMode
1
The action bar will use a selection list for navigation.
normal
0
Normal static title text
tabMode
2
The action bar will use a series of horizontal tabs for navigation.
@attr name com.companyname.pawpalsapp:navigationMode
|
static |
@attr description Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:popupTheme
|
static |
@attr description Specifies the horizontal padding on either end for an embedded progress bar.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:progressBarPadding
|
static |
@attr description Specifies a style resource to use for an embedded progress bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:progressBarStyle
|
static |
@attr description Specifies subtitle text used for navigationMode="normal"
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:subtitle
|
static |
@attr description Specifies a style to use for subtitle text.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:subtitleTextStyle
|
static |
@attr description Specifies title text used for navigationMode="normal"
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:title
|
static |
@attr description Specifies a style to use for title text.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:titleTextStyle
|
static |
Attributes that can be used with a ActionBarLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#layout_gravity attribute's value can be found in the ActionBarLayout array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
center
11
center_horizontal
1
center_vertical
10
clip_horizontal
8
clip_vertical
80
end
800005
fill
77
fill_horizontal
7
fill_vertical
70
left
3
right
5
start
800003
top
30
@attr name android:layout_gravity
|
static |
Attributes that can be used with a ActionMenuItemView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#minWidth attribute's value can be found in the ActionMenuItemView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minWidth
|
static |
|
static |
Attributes that can be used with a ActionMode.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:background
Specifies a background drawable for the action bar.
com.companyname.pawpalsapp:backgroundSplit
Specifies a background drawable for the bottom component of a split action bar.
com.companyname.pawpalsapp:closeItemLayout
Specifies a layout to use for the "close" item at the starting edge.
com.companyname.pawpalsapp:height
com.companyname.pawpalsapp:subtitleTextStyle
Specifies a style to use for subtitle text.
com.companyname.pawpalsapp:titleTextStyle
Specifies a style to use for title text.
|
static |
@attr description Specifies a background for the action mode bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:background
|
static |
@attr description Specifies a background for the split action mode bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundSplit
|
static |
@attr description Specifies a layout to use for the "close" item at the starting edge.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:closeItemLayout
|
static |
@attr description Specifies a fixed height for the action mode bar.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:height
|
static |
@attr description Specifies a style to use for subtitle text.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:subtitleTextStyle
|
static |
@attr description Specifies a style to use for title text.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:titleTextStyle
|
static |
Attributes that can be used with a ActivityChooserView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:expandActivityOverflowButtonDrawable
The drawable to show in the button for expanding the activities overflow popup.
com.companyname.pawpalsapp:initialActivityCount
The maximal number of items initially shown in the activity list.
|
static |
@attr description The drawable to show in the button for expanding the activities overflow popup. Note: Clients would like to set this drawable as a clue about the action the chosen activity will perform. For example, if share activity is to be chosen the drawable should give a clue that sharing is to be performed.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:expandActivityOverflowButtonDrawable
|
static |
@attr description The maximal number of items initially shown in the activity list.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:initialActivityCount
|
static |
Attributes that can be used with a ActivityNavigator.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:action
com.companyname.pawpalsapp:data
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#action attribute's value can be found in the ActivityNavigator array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:action
|
static |
This symbol is the offset where the android.R.attr#name attribute's value can be found in the ActivityNavigator array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:name
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#data attribute's value can be found in the ActivityNavigator array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:data
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#dataPattern attribute's value can be found in the ActivityNavigator array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:dataPattern
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#targetPackage attribute's value can be found in the ActivityNavigator array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:targetPackage
|
static |
Attributes that can be used with a AlertDialog.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:buttonIconDimen
com.companyname.pawpalsapp:buttonPanelSideLayout
com.companyname.pawpalsapp:listItemLayout
com.companyname.pawpalsapp:listLayout
com.companyname.pawpalsapp:multiChoiceItemLayout
|
static |
This symbol is the offset where the android.R.attr#layout attribute's value can be found in the AlertDialog array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:layout
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#buttonIconDimen attribute's value can be found in the AlertDialog array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:buttonIconDimen
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#buttonPanelSideLayout attribute's value can be found in the AlertDialog array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:buttonPanelSideLayout
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#listItemLayout attribute's value can be found in the AlertDialog array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:listItemLayout
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#listLayout attribute's value can be found in the AlertDialog array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:listLayout
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#multiChoiceItemLayout attribute's value can be found in the AlertDialog array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:multiChoiceItemLayout
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#showTitle attribute's value can be found in the AlertDialog array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:showTitle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#singleChoiceItemLayout attribute's value can be found in the AlertDialog array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:singleChoiceItemLayout
|
static |
Attributes that can be used with a AnimatedStateListDrawableCompat.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states. If false, the size will vary based on the current state.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:constantSize
|
static |
@attr description Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:dither
|
static |
@attr description Amount of time (in milliseconds) to fade in a new state drawable.
May be an integer value, such as "<code>100</code>".
@attr name android:enterFadeDuration
|
static |
@attr description Amount of time (in milliseconds) to fade out an old state drawable.
May be an integer value, such as "<code>100</code>".
@attr name android:exitFadeDuration
|
static |
@attr description If true, allows the drawable's padding to change based on the current state that is selected. If false, the padding will stay the same (based on the maximum padding of all the states). Enabling this feature requires that the owner of the drawable deal with performing layout when the state changes, which is often not supported.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:variablePadding
|
static |
@attr description Indicates whether the drawable should be initially visible.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:visible
|
static |
Attributes that can be used with a AnimatedStateListDrawableItem.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description Reference to a drawable resource to use for the frame. If not given, the drawable must be defined by the first child tag.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:drawable
|
static |
@attr description Keyframe identifier for use in specifying transitions.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
Attributes that can be used with a AnimatedStateListDrawableTransition.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description Reference to a animation drawable resource to use for the frame. If not given, the animation drawable must be defined by the first child tag.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:drawable
|
static |
@attr description Keyframe identifier for the starting state.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:fromId
|
static |
@attr description Whether this transition is reversible.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:reversible
|
static |
@attr description Keyframe identifier for the ending state.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:toId
|
static |
Attributes that can be used with a AppBarLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
android:touchscreenBlocksFocus
android:keyboardNavigationCluster
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
com.companyname.pawpalsapp:expanded
The initial expanded state for the AppBarLayout.
com.companyname.pawpalsapp:liftOnScroll
Whether the AppBarLayout should lift on scroll.
com.companyname.pawpalsapp:liftOnScrollTargetViewId
The id of the view that the AppBarLayout should use to determine whether it should be lifted (i.e., only if R.attr#liftOnScroll is set to true).
com.companyname.pawpalsapp:statusBarForeground
The drawable to display in front of the layout's content, but behind the status bar.
|
static |
This symbol is the offset where the android.R.attr#background attribute's value can be found in the AppBarLayout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:background
|
static |
This symbol is the offset where the android.R.attr#keyboardNavigationCluster attribute's value can be found in the AppBarLayout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:keyboardNavigationCluster
|
static |
This symbol is the offset where the android.R.attr#touchscreenBlocksFocus attribute's value can be found in the AppBarLayout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:touchscreenBlocksFocus
|
static |
@attr description Deprecated. Elevation is now controlled via a state list animator.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
@attr description The initial expanded state for the AppBarLayout. This only takes effect when this view is a direct child of a CoordinatorLayout.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:expanded
|
static |
Attributes that can be used with a AppBarLayout_Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:layout_scrollFlags
com.companyname.pawpalsapp:layout_scrollInterpolator
An interpolator to use when scrolling this View.
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_scrollFlags attribute's value can be found in the AppBarLayout_Layout array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
enterAlways
4
When entering (scrolling on screen) the view will scroll on any downwards scroll event, regardless of whether the scrolling view is also scrolling. This is commonly referred to as the 'quick return' pattern.
enterAlwaysCollapsed
8
An additional flag for 'enterAlways' which modifies the returning view to only initially scroll back to it's collapsed height. Once the scrolling view has reached the end of it's scroll range, the remainder of this view will be scrolled into view.
exitUntilCollapsed
2
When exiting (scrolling off screen) the view will be scrolled until it is 'collapsed'. The collapsed height is defined by the view's minimum height.
noScroll
0
Disable scrolling on the view. This flag should not be combined with any of the other scroll flags.
scroll
1
The view will be scroll in direct relation to scroll events. This flag needs to be set for any of the other flags to take effect. If any sibling views before this one do not have this flag, then this value has no effect.
snap
10
Upon a scroll ending, if the view is only partially visible then it will be snapped and scrolled to it's closest edge.
snapMargins
20
An additional flag to be used with 'snap'. If set, the view will be snapped to its top and bottom margins, as opposed to the edges of the view itself.
@attr name com.companyname.pawpalsapp:layout_scrollFlags
|
static |
@attr description An interpolator to use when scrolling this View. Only takes effect when View is scrollable.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layout_scrollInterpolator
|
static |
@attr description Whether the AppBarLayout should lift on scroll. If set to true, the AppBarLayout will animate to the lifted, or elevated, state when content is scrolled beneath it. Requires app:layout_behavior="@string/appbar_scrolling_view_behavior</tt> to be
set on the scrolling sibling (e.g., <tt>NestedScrollView</tt>,
<tt>RecyclerView</tt>, etc.). Default is false.
<p>May be a boolean value, such as "true" or
"false".
@attr name com.companyname.pawpalsapp:liftOnScroll
|
static |
@attr description The id of the view that the AppBarLayout should use to determine whether it should be lifted (i.e., only if R.attr#liftOnScroll is set to true). If this id is not set, the AppBarLayout will use the target view provided by nested scrolling to determine whether it should be lifted.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:liftOnScrollTargetViewId
|
static |
@attr description The drawable to display in front of the layout's content, but behind the status bar. Only works on Lollipop when used together with android:fitSystemWindows="true".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:statusBarForeground
|
static |
Attributes that can be used with a AppBarLayoutStates.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:state_collapsed
R.attr#state_lifted.
|
static |
@attr description
R.attr#state_lifted.May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:state_collapsed
|
static |
@attr description
R.attr#state_liftable.May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:state_collapsible
|
static |
@attr description State value for com.google.android.material.appbar.AppBarLayout set when the view is liftable (e.g., elevates on collapse or scroll).
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:state_liftable
|
static |
@attr description State value for com.google.android.material.appbar.AppBarLayout set when the view is lifted (elevated).
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:state_lifted
|
static |
Attributes that can be used with a AppCompatImageView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:srcCompat
Sets a drawable as the content of this ImageView.
com.companyname.pawpalsapp:tint
Tint to apply to the image source.
com.companyname.pawpalsapp:tintMode
Blending mode used to apply the image source tint.
|
static |
This symbol is the offset where the android.R.attr#src attribute's value can be found in the AppCompatImageView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:src
|
static |
@attr description Sets a drawable as the content of this ImageView. Allows the use of vector drawable when running on older versions of the platform.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:srcCompat
|
static |
@attr description Tint to apply to the image source.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tint
|
static |
@attr description Blending mode used to apply the image source tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:tintMode
|
static |
Attributes that can be used with a AppCompatSeekBar.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:tickMark
Drawable displayed at each progress position on a seekbar.
com.companyname.pawpalsapp:tickMarkTint
Tint to apply to the tick mark drawable.
com.companyname.pawpalsapp:tickMarkTintMode
Blending mode used to apply the tick mark tint.
|
static |
This symbol is the offset where the android.R.attr#thumb attribute's value can be found in the AppCompatSeekBar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:thumb
|
static |
@attr description Drawable displayed at each progress position on a seekbar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:tickMark
|
static |
@attr description Tint to apply to the tick mark drawable.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tickMarkTint
|
static |
@attr description Blending mode used to apply the tick mark tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:tickMarkTintMode
|
static |
Attributes that can be used with a AppCompatTextHelper.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#drawableBottom attribute's value can be found in the AppCompatTextHelper array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:drawableBottom
|
static |
This symbol is the offset where the android.R.attr#drawableEnd attribute's value can be found in the AppCompatTextHelper array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:drawableEnd
|
static |
This symbol is the offset where the android.R.attr#drawableLeft attribute's value can be found in the AppCompatTextHelper array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:drawableLeft
|
static |
This symbol is the offset where the android.R.attr#drawableRight attribute's value can be found in the AppCompatTextHelper array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:drawableRight
|
static |
This symbol is the offset where the android.R.attr#drawableStart attribute's value can be found in the AppCompatTextHelper array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:drawableStart
|
static |
This symbol is the offset where the android.R.attr#drawableTop attribute's value can be found in the AppCompatTextHelper array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:drawableTop
|
static |
This symbol is the offset where the android.R.attr#textAppearance attribute's value can be found in the AppCompatTextHelper array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:textAppearance
|
static |
Attributes that can be used with a AppCompatTextView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:autoSizeMaxTextSize
The maximum text size constraint to be used when auto-sizing text.
com.companyname.pawpalsapp:autoSizeMinTextSize
The minimum text size constraint to be used when auto-sizing text.
com.companyname.pawpalsapp:autoSizePresetSizes
Resource array of dimensions to be used in conjunction with autoSizeTextType set to uniform.
com.companyname.pawpalsapp:autoSizeStepGranularity
Specify the auto-size step size if autoSizeTextType is set to uniform.
com.companyname.pawpalsapp:autoSizeTextType
Specify the type of auto-size.
com.companyname.pawpalsapp:drawableBottomCompat
com.companyname.pawpalsapp:drawableEndCompat
com.companyname.pawpalsapp:drawableLeftCompat
Compound drawables allowing the use of vector drawable when running on older versions of the platform.
com.companyname.pawpalsapp:drawableRightCompat
com.companyname.pawpalsapp:drawableStartCompat
com.companyname.pawpalsapp:drawableTint
Tint to apply to the compound (left, top, etc.) drawables.
com.companyname.pawpalsapp:drawableTintMode
Blending mode used to apply the compound (left, top, etc.) drawables tint.
com.companyname.pawpalsapp:drawableTopCompat
com.companyname.pawpalsapp:firstBaselineToTopHeight
Distance from the top of the TextView to the first text baseline.
com.companyname.pawpalsapp:fontFamily
The attribute for the font family.
com.companyname.pawpalsapp:fontVariationSettings
OpenType font variation settings, available after api 26.
com.companyname.pawpalsapp:lastBaselineToBottomHeight
Distance from the bottom of the TextView to the last text baseline.
com.companyname.pawpalsapp:lineHeight
com.companyname.pawpalsapp:textAllCaps
Present the text in ALL CAPS.
com.companyname.pawpalsapp:textLocale
Set the textLocale by a comma-separated language tag string, for example "ja-JP,zh-CN".
|
static |
This symbol is the offset where the android.R.attr#textAppearance attribute's value can be found in the AppCompatTextView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:textAppearance
|
static |
@attr description The maximum text size constraint to be used when auto-sizing text.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:autoSizeMaxTextSize
|
static |
@attr description The minimum text size constraint to be used when auto-sizing text.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:autoSizeMinTextSize
|
static |
@attr description Resource array of dimensions to be used in conjunction with autoSizeTextType set to uniform. Overrides autoSizeStepGranularity if set.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:autoSizePresetSizes
|
static |
@attr description Specify the auto-size step size if autoSizeTextType is set to uniform. The default is 1px. Overwrites autoSizePresetSizes if set.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:autoSizeStepGranularity
|
static |
@attr description Specify the type of auto-size. Note that this feature is not supported by EditText, works only for TextView.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
none
0
No auto-sizing (default).
uniform
1
Uniform horizontal and vertical text size scaling to fit within the container.
@attr name com.companyname.pawpalsapp:autoSizeTextType
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawableBottomCompat attribute's value can be found in the AppCompatTextView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:drawableBottomCompat
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawableEndCompat attribute's value can be found in the AppCompatTextView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:drawableEndCompat
|
static |
@attr description Compound drawables allowing the use of vector drawable when running on older versions of the platform.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:drawableLeftCompat
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawableRightCompat attribute's value can be found in the AppCompatTextView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:drawableRightCompat
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawableStartCompat attribute's value can be found in the AppCompatTextView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:drawableStartCompat
|
static |
@attr description Tint to apply to the compound (left, top, etc.) drawables.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:drawableTint
|
static |
@attr description Blending mode used to apply the compound (left, top, etc.) drawables tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:drawableTintMode
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawableTopCompat attribute's value can be found in the AppCompatTextView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:drawableTopCompat
|
static |
@attr description Distance from the top of the TextView to the first text baseline. If set, this overrides the value set for paddingTop.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:firstBaselineToTopHeight
|
static |
@attr description The attribute for the font family.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fontFamily
|
static |
@attr description OpenType font variation settings, available after api 26.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fontVariationSettings
|
static |
@attr description Distance from the bottom of the TextView to the last text baseline. If set, this overrides the value set for paddingBottom.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:lastBaselineToBottomHeight
|
static |
@attr description Explicit height between lines of text. If set, this will override the values set for lineSpacingExtra and lineSpacingMultiplier.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:lineHeight
|
static |
@attr description Present the text in ALL CAPS. This may use a small-caps form when available.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:textAllCaps
|
static |
@attr description Set the textLocale by a comma-separated language tag string, for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above. Before API 24, only the first language tag is used. Starting from API 24, the string will be converted into a android.os.LocaleList and then used by android.widget.TextView
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:textLocale
|
static |
Attributes that can be used with a AppCompatTheme.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:actionBarDivider
Custom divider drawable to use for elements in the action bar.
com.companyname.pawpalsapp:actionBarItemBackground
Custom item state list drawable background for action bar items.
com.companyname.pawpalsapp:actionBarPopupTheme
Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
com.companyname.pawpalsapp:actionBarSize
Size of the Action Bar, including the contextual bar used to present Action Modes.
com.companyname.pawpalsapp:actionBarSplitStyle
Reference to a style for the split Action Bar.
com.companyname.pawpalsapp:actionBarStyle
Reference to a style for the Action Bar
com.companyname.pawpalsapp:actionBarTabBarStyle
com.companyname.pawpalsapp:actionBarTabStyle
Default style for tabs within an action bar
com.companyname.pawpalsapp:actionBarTabTextStyle
com.companyname.pawpalsapp:actionBarTheme
Reference to a theme that should be used to inflate the action bar.
com.companyname.pawpalsapp:actionBarWidgetTheme
Reference to a theme that should be used to inflate widgets and layouts destined for the action bar.
com.companyname.pawpalsapp:actionButtonStyle
Default action button style.
com.companyname.pawpalsapp:actionDropDownStyle
Default ActionBar dropdown style.
com.companyname.pawpalsapp:actionMenuTextAppearance
TextAppearance style that will be applied to text that appears within action menu items.
com.companyname.pawpalsapp:actionMenuTextColor
Color for text that appears within action menu items.
com.companyname.pawpalsapp:actionModeBackground
Background drawable to use for action mode UI
com.companyname.pawpalsapp:actionModeCloseButtonStyle
com.companyname.pawpalsapp:actionModeCloseContentDescription
Content description to use for the close action mode button
com.companyname.pawpalsapp:actionModeCloseDrawable
Drawable to use for the close action mode button
com.companyname.pawpalsapp:actionModeCopyDrawable
Drawable to use for the Copy action button in Contextual Action Bar
com.companyname.pawpalsapp:actionModeCutDrawable
Drawable to use for the Cut action button in Contextual Action Bar
com.companyname.pawpalsapp:actionModeFindDrawable
Drawable to use for the Find action button in WebView selection action modes
com.companyname.pawpalsapp:actionModePasteDrawable
Drawable to use for the Paste action button in Contextual Action Bar
com.companyname.pawpalsapp:actionModePopupWindowStyle
PopupWindow style to use for action modes when showing as a window overlay.
com.companyname.pawpalsapp:actionModeSelectAllDrawable
Drawable to use for the Select all action button in Contextual Action Bar
com.companyname.pawpalsapp:actionModeShareDrawable
Drawable to use for the Share action button in WebView selection action modes
com.companyname.pawpalsapp:actionModeSplitBackground
Background drawable to use for action mode UI in the lower split bar
com.companyname.pawpalsapp:actionModeStyle
com.companyname.pawpalsapp:actionModeTheme
Reference to a theme that should be used to inflate the action bar in action mode.
com.companyname.pawpalsapp:actionModeWebSearchDrawable
Drawable to use for the Web Search action button in WebView selection action modes
com.companyname.pawpalsapp:actionOverflowButtonStyle
com.companyname.pawpalsapp:actionOverflowMenuStyle
com.companyname.pawpalsapp:activityChooserViewStyle
Default ActivityChooserView style.
com.companyname.pawpalsapp:alertDialogButtonGroupStyle
com.companyname.pawpalsapp:alertDialogCenterButtons
com.companyname.pawpalsapp:alertDialogStyle
com.companyname.pawpalsapp:alertDialogTheme
Theme to use for alert dialogs spawned from this theme.
com.companyname.pawpalsapp:autoCompleteTextViewStyle
Default AutoCompleteTextView style.
com.companyname.pawpalsapp:borderlessButtonStyle
Style for buttons without an explicit border, often used in groups.
com.companyname.pawpalsapp:buttonBarButtonStyle
Style for buttons within button bars
com.companyname.pawpalsapp:buttonBarNegativeButtonStyle
Style for the "negative" buttons within button bars
com.companyname.pawpalsapp:buttonBarNeutralButtonStyle
Style for the "neutral" buttons within button bars
com.companyname.pawpalsapp:buttonBarPositiveButtonStyle
Style for the "positive" buttons within button bars
com.companyname.pawpalsapp:buttonBarStyle
Style for button bars
com.companyname.pawpalsapp:buttonStyle
Normal Button style.
com.companyname.pawpalsapp:buttonStyleSmall
Small Button style.
com.companyname.pawpalsapp:checkboxStyle
Default Checkbox style.
com.companyname.pawpalsapp:checkedTextViewStyle
Default CheckedTextView style.
com.companyname.pawpalsapp:colorAccent
Bright complement to the primary branding color.
com.companyname.pawpalsapp:colorBackgroundFloating
Default color of background imagery for floating components, ex.
com.companyname.pawpalsapp:colorButtonNormal
The color applied to framework buttons in their normal state.
com.companyname.pawpalsapp:colorControlActivated
The color applied to framework controls in their activated (ex.
com.companyname.pawpalsapp:colorControlHighlight
The color applied to framework control highlights (ex.
com.companyname.pawpalsapp:colorControlNormal
The color applied to framework controls in their normal state.
com.companyname.pawpalsapp:colorError
Color used for error states and things that need to be drawn to the user's attention.
com.companyname.pawpalsapp:colorPrimary
The primary branding color for the app.
com.companyname.pawpalsapp:colorPrimaryDark
Dark variant of the primary branding color.
com.companyname.pawpalsapp:colorSwitchThumbNormal
The color applied to framework switch thumbs in their normal state.
com.companyname.pawpalsapp:controlBackground
The background used by framework controls.
com.companyname.pawpalsapp:dialogCornerRadius
Preferred corner radius of dialogs.
com.companyname.pawpalsapp:dialogPreferredPadding
Preferred padding for dialog content.
com.companyname.pawpalsapp:dialogTheme
Theme to use for dialogs spawned from this theme.
com.companyname.pawpalsapp:dividerHorizontal
A drawable that may be used as a horizontal divider between visual elements.
com.companyname.pawpalsapp:dividerVertical
A drawable that may be used as a vertical divider between visual elements.
com.companyname.pawpalsapp:dropDownListViewStyle
ListPopupWindow compatibility
com.companyname.pawpalsapp:dropdownListPreferredItemHeight
The preferred item height for dropdown lists.
com.companyname.pawpalsapp:editTextBackground
EditText background drawable.
com.companyname.pawpalsapp:editTextColor
EditText text foreground color.
com.companyname.pawpalsapp:editTextStyle
Default EditText style.
com.companyname.pawpalsapp:homeAsUpIndicator
Specifies a drawable to use for the 'home as up' indicator.
com.companyname.pawpalsapp:imageButtonStyle
ImageButton background drawable.
com.companyname.pawpalsapp:listChoiceBackgroundIndicator
Drawable used as a background for selected list items.
com.companyname.pawpalsapp:listChoiceIndicatorMultipleAnimated
Animated Drawable to use for multiple choice indicators.
com.companyname.pawpalsapp:listChoiceIndicatorSingleAnimated
Animated Drawable to use for single choice indicators.
com.companyname.pawpalsapp:listDividerAlertDialog
The list divider used in alert dialogs.
com.companyname.pawpalsapp:listMenuViewStyle
Default menu-style ListView style.
com.companyname.pawpalsapp:listPopupWindowStyle
com.companyname.pawpalsapp:listPreferredItemHeight
The preferred list item height.
com.companyname.pawpalsapp:listPreferredItemHeightLarge
A larger, more robust list item height.
com.companyname.pawpalsapp:listPreferredItemHeightSmall
A smaller, sleeker list item height.
com.companyname.pawpalsapp:listPreferredItemPaddingEnd
The preferred padding along the end edge of list items.
com.companyname.pawpalsapp:listPreferredItemPaddingLeft
The preferred padding along the left edge of list items.
com.companyname.pawpalsapp:listPreferredItemPaddingRight
The preferred padding along the right edge of list items.
com.companyname.pawpalsapp:listPreferredItemPaddingStart
The preferred padding along the start edge of list items.
com.companyname.pawpalsapp:panelBackground
The background of a panel when it is inset from the left and right edges of the screen.
com.companyname.pawpalsapp:panelMenuListTheme
Default Panel Menu style.
com.companyname.pawpalsapp:panelMenuListWidth
Default Panel Menu width.
com.companyname.pawpalsapp:popupMenuStyle
Default PopupMenu style.
com.companyname.pawpalsapp:popupWindowStyle
Default PopupWindow style.
com.companyname.pawpalsapp:radioButtonStyle
Default RadioButton style.
com.companyname.pawpalsapp:ratingBarStyle
Default RatingBar style.
com.companyname.pawpalsapp:ratingBarStyleIndicator
Indicator RatingBar style.
com.companyname.pawpalsapp:ratingBarStyleSmall
Small indicator RatingBar style.
com.companyname.pawpalsapp:searchViewStyle
Style for the search query widget.
com.companyname.pawpalsapp:seekBarStyle
Default SeekBar style.
com.companyname.pawpalsapp:selectableItemBackground
A style that may be applied to buttons or other selectable items that should react to pressed and focus states, but that do not have a clear visual border along the edges.
com.companyname.pawpalsapp:selectableItemBackgroundBorderless
Background drawable for borderless standalone items that need focus/pressed states.
com.companyname.pawpalsapp:spinnerDropDownItemStyle
Default Spinner style.
com.companyname.pawpalsapp:spinnerStyle
Default Spinner style.
com.companyname.pawpalsapp:switchStyle
Default style for the Switch widget.
com.companyname.pawpalsapp:textAppearanceLargePopupMenu
Text color, typeface, size, and style for the text inside of a popup menu.
com.companyname.pawpalsapp:textAppearanceListItem
The preferred TextAppearance for the primary text of list items.
com.companyname.pawpalsapp:textAppearanceListItemSecondary
The preferred TextAppearance for the secondary text of list items.
com.companyname.pawpalsapp:textAppearanceListItemSmall
The preferred TextAppearance for the primary text of small list items.
com.companyname.pawpalsapp:textAppearancePopupMenuHeader
Text color, typeface, size, and style for header text inside of a popup menu.
com.companyname.pawpalsapp:textAppearanceSearchResultSubtitle
Text color, typeface, size, and style for system search result subtitle.
com.companyname.pawpalsapp:textAppearanceSearchResultTitle
Text color, typeface, size, and style for system search result title.
com.companyname.pawpalsapp:textAppearanceSmallPopupMenu
Text color, typeface, size, and style for small text inside of a popup menu.
com.companyname.pawpalsapp:textColorAlertDialogListItem
Color of list item text in alert dialogs.
com.companyname.pawpalsapp:textColorSearchUrl
Text color for urls in search suggestions, used by things like global search
com.companyname.pawpalsapp:toolbarNavigationButtonStyle
Default Toolar NavigationButtonStyle
com.companyname.pawpalsapp:toolbarStyle
Default Toolbar style.
com.companyname.pawpalsapp:tooltipForegroundColor
Foreground color to use for tooltips
com.companyname.pawpalsapp:tooltipFrameBackground
Background to use for tooltips
com.companyname.pawpalsapp:viewInflaterClass
com.companyname.pawpalsapp:windowActionBar
Flag indicating whether this window should have an Action Bar in place of the usual title bar.
com.companyname.pawpalsapp:windowActionBarOverlay
Flag indicating whether this window's Action Bar should overlay application content.
com.companyname.pawpalsapp:windowActionModeOverlay
Flag indicating whether action modes should overlay window content when there is not reserved space for their UI (such as an Action Bar).
com.companyname.pawpalsapp:windowFixedHeightMajor
A fixed height for the window along the major axis of the screen, that is, when in portrait.
com.companyname.pawpalsapp:windowFixedHeightMinor
A fixed height for the window along the minor axis of the screen, that is, when in landscape.
com.companyname.pawpalsapp:windowFixedWidthMajor
A fixed width for the window along the major axis of the screen, that is, when in landscape.
com.companyname.pawpalsapp:windowFixedWidthMinor
A fixed width for the window along the minor axis of the screen, that is, when in portrait.
com.companyname.pawpalsapp:windowMinWidthMajor
The minimum width the window is allowed to be, along the major axis of the screen.
com.companyname.pawpalsapp:windowMinWidthMinor
The minimum width the window is allowed to be, along the minor axis of the screen.
com.companyname.pawpalsapp:windowNoTitle
Flag indicating whether there should be no title on this window.
|
static |
@attr description Custom divider drawable to use for elements in the action bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarDivider
|
static |
@attr description Custom item state list drawable background for action bar items.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarItemBackground
|
static |
@attr description Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarPopupTheme
|
static |
@attr description Size of the Action Bar, including the contextual bar used to present Action Modes.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap_content
0
@attr name com.companyname.pawpalsapp:actionBarSize
|
static |
@attr description Reference to a style for the split Action Bar. This style controls the split component that holds the menu/action buttons. actionBarStyle is still used for the primary bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarSplitStyle
|
static |
@attr description Reference to a style for the Action Bar
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#actionBarTabBarStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarTabBarStyle
|
static |
@attr description Default style for tabs within an action bar
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarTabStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#actionBarTabTextStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarTabTextStyle
|
static |
@attr description Reference to a theme that should be used to inflate the action bar. This will be inherited by any widget inflated into the action bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarTheme
|
static |
@attr description Reference to a theme that should be used to inflate widgets and layouts destined for the action bar. Most of the time this will be a reference to the current theme, but when the action bar has a significantly different contrast profile than the rest of the activity the difference can become important. If this is set to @null the current theme will be used.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionBarWidgetTheme
|
static |
@attr description Default action button style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionButtonStyle
|
static |
@attr description Default ActionBar dropdown style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionDropDownStyle
|
static |
@attr description TextAppearance style that will be applied to text that appears within action menu items.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionMenuTextAppearance
|
static |
@attr description Color for text that appears within action menu items.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:actionMenuTextColor
|
static |
@attr description Background drawable to use for action mode UI
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeBackground
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#actionModeCloseButtonStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeCloseButtonStyle
|
static |
@attr description Content description to use for the close action mode button
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:actionModeCloseContentDescription
|
static |
@attr description Drawable to use for the close action mode button
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeCloseDrawable
|
static |
@attr description Drawable to use for the Copy action button in Contextual Action Bar
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeCopyDrawable
|
static |
@attr description Drawable to use for the Cut action button in Contextual Action Bar
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeCutDrawable
|
static |
@attr description Drawable to use for the Find action button in WebView selection action modes
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeFindDrawable
|
static |
@attr description Drawable to use for the Paste action button in Contextual Action Bar
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModePasteDrawable
|
static |
@attr description PopupWindow style to use for action modes when showing as a window overlay.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModePopupWindowStyle
|
static |
@attr description Drawable to use for the Select all action button in Contextual Action Bar
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeSelectAllDrawable
|
static |
@attr description Drawable to use for the Share action button in WebView selection action modes
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeShareDrawable
|
static |
@attr description Background drawable to use for action mode UI in the lower split bar
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeSplitBackground
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#actionModeStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeStyle
|
static |
@attr description Reference to a theme that should be used to inflate the action bar in action mode. This will be inherited by any widget inflated into the action bar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeTheme
|
static |
@attr description Drawable to use for the Web Search action button in WebView selection action modes
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionModeWebSearchDrawable
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#actionOverflowButtonStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionOverflowButtonStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#actionOverflowMenuStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionOverflowMenuStyle
|
static |
@attr description Default ActivityChooserView style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:activityChooserViewStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#alertDialogButtonGroupStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:alertDialogButtonGroupStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#alertDialogCenterButtons attribute's value can be found in the AppCompatTheme array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:alertDialogCenterButtons
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#alertDialogStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:alertDialogStyle
|
static |
@attr description Theme to use for alert dialogs spawned from this theme.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:alertDialogTheme
|
static |
This symbol is the offset where the android.R.attr#windowAnimationStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:windowAnimationStyle
|
static |
This symbol is the offset where the android.R.attr#windowIsFloating attribute's value can be found in the AppCompatTheme array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:windowIsFloating
|
static |
@attr description Default AutoCompleteTextView style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:autoCompleteTextViewStyle
|
static |
@attr description Style for buttons without an explicit border, often used in groups.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:borderlessButtonStyle
|
static |
@attr description Style for buttons within button bars
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:buttonBarButtonStyle
|
static |
@attr description Style for the "negative" buttons within button bars
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:buttonBarNegativeButtonStyle
|
static |
@attr description Style for the "neutral" buttons within button bars
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:buttonBarNeutralButtonStyle
|
static |
@attr description Style for the "positive" buttons within button bars
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:buttonBarPositiveButtonStyle
|
static |
@attr description Style for button bars
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:buttonBarStyle
|
static |
@attr description Normal Button style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:buttonStyle
|
static |
@attr description Small Button style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:buttonStyleSmall
|
static |
@attr description Default Checkbox style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:checkboxStyle
|
static |
@attr description Default CheckedTextView style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:checkedTextViewStyle
|
static |
@attr description Bright complement to the primary branding color. By default, this is the color applied to framework controls (via colorControlActivated).
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorAccent
|
static |
@attr description Default color of background imagery for floating components, ex. dialogs, popups, and cards.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorBackgroundFloating
|
static |
@attr description The color applied to framework buttons in their normal state.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorButtonNormal
|
static |
@attr description The color applied to framework controls in their activated (ex. checked) state.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorControlActivated
|
static |
@attr description The color applied to framework control highlights (ex. ripples, list selectors).
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorControlHighlight
|
static |
@attr description The color applied to framework controls in their normal state.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorControlNormal
|
static |
@attr description Color used for error states and things that need to be drawn to the user's attention.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorError
|
static |
@attr description The primary branding color for the app. By default, this is the color applied to the action bar background.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorPrimary
|
static |
@attr description Dark variant of the primary branding color. By default, this is the color applied to the status bar (via statusBarColor) and navigation bar (via navigationBarColor).
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorPrimaryDark
|
static |
@attr description The color applied to framework switch thumbs in their normal state.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:colorSwitchThumbNormal
|
static |
@attr description The background used by framework controls.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:controlBackground
|
static |
@attr description Preferred corner radius of dialogs.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:dialogCornerRadius
|
static |
@attr description Preferred padding for dialog content.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:dialogPreferredPadding
|
static |
@attr description Theme to use for dialogs spawned from this theme.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dialogTheme
|
static |
@attr description A drawable that may be used as a horizontal divider between visual elements.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dividerHorizontal
|
static |
@attr description A drawable that may be used as a vertical divider between visual elements.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dividerVertical
|
static |
@attr description The preferred item height for dropdown lists.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:dropdownListPreferredItemHeight
|
static |
@attr description ListPopupWindow compatibility
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dropDownListViewStyle
|
static |
@attr description EditText background drawable.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:editTextBackground
|
static |
@attr description EditText text foreground color.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:editTextColor
|
static |
@attr description Default EditText style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:editTextStyle
|
static |
@attr description Specifies a drawable to use for the 'home as up' indicator.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:homeAsUpIndicator
|
static |
@attr description ImageButton background drawable.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:imageButtonStyle
|
static |
@attr description Drawable used as a background for selected list items.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:listChoiceBackgroundIndicator
|
static |
@attr description Animated Drawable to use for multiple choice indicators.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:listChoiceIndicatorMultipleAnimated
|
static |
@attr description Animated Drawable to use for single choice indicators.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:listChoiceIndicatorSingleAnimated
|
static |
@attr description The list divider used in alert dialogs.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:listDividerAlertDialog
|
static |
@attr description Default menu-style ListView style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:listMenuViewStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#listPopupWindowStyle attribute's value can be found in the AppCompatTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:listPopupWindowStyle
|
static |
@attr description The preferred list item height.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:listPreferredItemHeight
|
static |
@attr description A larger, more robust list item height.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:listPreferredItemHeightLarge
|
static |
@attr description A smaller, sleeker list item height.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:listPreferredItemHeightSmall
|
static |
@attr description The preferred padding along the end edge of list items.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:listPreferredItemPaddingEnd
|
static |
@attr description The preferred padding along the left edge of list items.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:listPreferredItemPaddingLeft
|
static |
@attr description The preferred padding along the right edge of list items.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:listPreferredItemPaddingRight
|
static |
@attr description The preferred padding along the start edge of list items.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:listPreferredItemPaddingStart
|
static |
@attr description The background of a panel when it is inset from the left and right edges of the screen.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:panelBackground
|
static |
@attr description Default Panel Menu style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:panelMenuListTheme
|
static |
@attr description Default Panel Menu width.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:panelMenuListWidth
|
static |
@attr description Default PopupMenu style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:popupMenuStyle
|
static |
@attr description Default PopupWindow style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:popupWindowStyle
|
static |
@attr description Default RadioButton style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:radioButtonStyle
|
static |
@attr description Default RatingBar style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:ratingBarStyle
|
static |
@attr description Indicator RatingBar style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:ratingBarStyleIndicator
|
static |
@attr description Small indicator RatingBar style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:ratingBarStyleSmall
|
static |
@attr description Style for the search query widget.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:searchViewStyle
|
static |
@attr description Default SeekBar style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:seekBarStyle
|
static |
@attr description A style that may be applied to buttons or other selectable items that should react to pressed and focus states, but that do not have a clear visual border along the edges.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:selectableItemBackground
|
static |
@attr description Background drawable for borderless standalone items that need focus/pressed states.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:selectableItemBackgroundBorderless
|
static |
@attr description Default Spinner style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:spinnerDropDownItemStyle
|
static |
@attr description Default Spinner style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:spinnerStyle
|
static |
@attr description Default style for the Switch widget.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:switchStyle
|
static |
@attr description Text color, typeface, size, and style for the text inside of a popup menu.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:textAppearanceLargePopupMenu
|
static |
@attr description The preferred TextAppearance for the primary text of list items.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:textAppearanceListItem
|
static |
@attr description The preferred TextAppearance for the secondary text of list items.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:textAppearanceListItemSecondary
|
static |
@attr description The preferred TextAppearance for the primary text of small list items.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:textAppearanceListItemSmall
|
static |
@attr description Text color, typeface, size, and style for header text inside of a popup menu.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:textAppearancePopupMenuHeader
|
static |
@attr description Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:textAppearanceSearchResultSubtitle
|
static |
@attr description Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:textAppearanceSearchResultTitle
|
static |
@attr description Text color, typeface, size, and style for small text inside of a popup menu.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:textAppearanceSmallPopupMenu
|
static |
@attr description Color of list item text in alert dialogs.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:textColorAlertDialogListItem
|
static |
@attr description Text color for urls in search suggestions, used by things like global search
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:textColorSearchUrl
|
static |
@attr description Default Toolar NavigationButtonStyle
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:toolbarNavigationButtonStyle
|
static |
@attr description Default Toolbar style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:toolbarStyle
|
static |
@attr description Foreground color to use for tooltips
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tooltipForegroundColor
|
static |
@attr description Background to use for tooltips
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:tooltipFrameBackground
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#viewInflaterClass attribute's value can be found in the AppCompatTheme array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:viewInflaterClass
|
static |
@attr description Flag indicating whether this window should have an Action Bar in place of the usual title bar.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:windowActionBar
|
static |
@attr description Flag indicating whether this window's Action Bar should overlay application content. Does nothing if the window would not have an Action Bar.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:windowActionBarOverlay
|
static |
@attr description Flag indicating whether action modes should overlay window content when there is not reserved space for their UI (such as an Action Bar).
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:windowActionModeOverlay
|
static |
@attr description A fixed height for the window along the major axis of the screen, that is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:windowFixedHeightMajor
|
static |
@attr description A fixed height for the window along the minor axis of the screen, that is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:windowFixedHeightMinor
|
static |
@attr description A fixed width for the window along the major axis of the screen, that is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:windowFixedWidthMajor
|
static |
@attr description A fixed width for the window along the minor axis of the screen, that is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:windowFixedWidthMinor
|
static |
@attr description The minimum width the window is allowed to be, along the major axis of the screen. That is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:windowMinWidthMajor
|
static |
@attr description The minimum width the window is allowed to be, along the minor axis of the screen. That is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:windowMinWidthMinor
|
static |
@attr description Flag indicating whether there should be no title on this window.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:windowNoTitle
|
static |
Attributes that can be used with a BackgroundStyle.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
android:selectableItemBackground
com.companyname.pawpalsapp:selectableItemBackground
A style that may be applied to buttons or other selectable items that should react to pressed and focus states, but that do not have a clear visual border along the edges.
|
static |
This symbol is the offset where the android.R.attr#selectableItemBackground attribute's value can be found in the BackgroundStyle array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:selectableItemBackground
|
static |
@attr description Need a non-android: attr here so that gradle doesn't remove it
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:selectableItemBackground
|
static |
Attributes that can be used with a Badge.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:backgroundColor
com.companyname.pawpalsapp:badgeGravity
com.companyname.pawpalsapp:badgeTextColor
com.companyname.pawpalsapp:horizontalOffset
Offset moves the badge towards the center of its anchor.
com.companyname.pawpalsapp:maxCharacterCount
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#backgroundColor attribute's value can be found in the Badge array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#badgeGravity attribute's value can be found in the Badge array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
BOTTOM_END
800055
Gravity.BOTTOM | Gravity.END
BOTTOM_START
800053
Gravity.BOTTOM | Gravity.START
TOP_END
800035
Gravity.TOP | Gravity.END
TOP_START
800033
Gravity.TOP | Gravity.START
@attr name com.companyname.pawpalsapp:badgeGravity
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#badgeTextColor attribute's value can be found in the Badge array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:badgeTextColor
|
static |
@attr description Offset moves the badge towards the center of its anchor.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:horizontalOffset
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#maxCharacterCount attribute's value can be found in the Badge array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:maxCharacterCount
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#number attribute's value can be found in the Badge array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:number
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#verticalOffset attribute's value can be found in the Badge array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:verticalOffset
|
static |
Attributes that can be used with a BaseProgressIndicator.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:hideAnimationBehavior
The animation behavior to hide the indicator and track.
com.companyname.pawpalsapp:indicatorColor
The indicator color (or colors in an array).
com.companyname.pawpalsapp:minHideDelay
The minimum time, in milliseconds, that the requested hide action will wait to start once show action is started.
com.companyname.pawpalsapp:showAnimationBehavior
The animation behavior to show the indicator and track.
com.companyname.pawpalsapp:showDelay
The time, in milliseconds, that the progress indicator will wait to show once show() is called.
com.companyname.pawpalsapp:trackColor
com.companyname.pawpalsapp:trackCornerRadius
The radius of each corner of both the indicator and the track.
com.companyname.pawpalsapp:trackThickness
The thickness of the progress track and indicator.
|
static |
@attr description Whether the progress indicator should be indeterminate mode.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:indeterminate
|
static |
@attr description The animation behavior to hide the indicator and track.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
inward
2
Collapses from the top edge to the bottom edge for the linear type; collapses from the outer edge to the inner edge for the circular type.
none
0
No animation used; disappears immediately.
outward
1
Collapses from the bottom edge to the top edge for the linear type; collapses from the inner edge to the outer edge for the circular type.
@attr name com.companyname.pawpalsapp:hideAnimationBehavior
|
static |
@attr description The indicator color (or colors in an array). By default, it uses theme primary color.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:indicatorColor
|
static |
@attr description The minimum time, in milliseconds, that the requested hide action will wait to start once show action is started. If set to zero or negative values (-1 as default), the requested hide action will start immediately. This value is capped to a limit defined in ProgressIndicator class.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:minHideDelay
|
static |
@attr description The animation behavior to show the indicator and track.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
inward
2
Expands from the top edge to the bottom edge for the linear type; expands from the outer edge to the inner edge for the circular type.
none
0
No animation used; appears immediately.
outward
1
Expands from the bottom edge to the top edge for the linear type; expands from the inner edge to the outer edge for the circular type.
@attr name com.companyname.pawpalsapp:showAnimationBehavior
|
static |
@attr description The time, in milliseconds, that the progress indicator will wait to show once show() is called. If set to zero or negative values (-1 as default), the show action will start immediately.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:showDelay
|
static |
@attr description The color used for the progress track. If not defined, it will be set to the indicatorColor and apply the android:disabledAlpha from the theme.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:trackColor
|
static |
@attr description The radius of each corner of both the indicator and the track. A radius larger than half of the track width will throw exceptions during initialization.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:trackCornerRadius
|
static |
@attr description The thickness of the progress track and indicator.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:trackThickness
|
static |
Attributes that can be used with a BottomAppBar.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:backgroundTint
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
com.companyname.pawpalsapp:fabAlignmentMode
The alignment of the fab relative to the BottomAppBar.
com.companyname.pawpalsapp:fabAnimationMode
The animation mode that should be used when the fab animates between alignment modes.
com.companyname.pawpalsapp:fabCradleMargin
The margin between the semi-circular cradle for the fab and the fab.
com.companyname.pawpalsapp:fabCradleRoundedCornerRadius
The radius of the rounded corners on each side of the cradle.
com.companyname.pawpalsapp:fabCradleVerticalOffset
The vertical offset between the fab from the cradle.
com.companyname.pawpalsapp:hideOnScroll
Whether the BottomAppBar should hide when a NestedScrollView is scrolled.
com.companyname.pawpalsapp:paddingBottomSystemWindowInsets
Just adding the parameters that we need for now.
com.companyname.pawpalsapp:paddingLeftSystemWindowInsets
com.companyname.pawpalsapp:paddingRightSystemWindowInsets
|
static |
@attr description Background for the BottomAppBar.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundTint
|
static |
@attr description Elevation for the BottomAppBar.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
@attr description The alignment of the fab relative to the BottomAppBar.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
center
0
Mode that aligns the fab to the center.
end
1
Mode that aligns the fab to the end.
@attr name com.companyname.pawpalsapp:fabAlignmentMode
|
static |
@attr description The animation mode that should be used when the fab animates between alignment modes.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
scale
0
Mode that scales the fab down to a point, moves it, then scales the fab back to its normal size.
slide
1
Mode that slides the fab from one alignment mode to the next.
@attr name com.companyname.pawpalsapp:fabAnimationMode
|
static |
@attr description The margin between the semi-circular cradle for the fab and the fab.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:fabCradleMargin
|
static |
@attr description The radius of the rounded corners on each side of the cradle.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:fabCradleRoundedCornerRadius
|
static |
@attr description The vertical offset between the fab from the cradle.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:fabCradleVerticalOffset
|
static |
@attr description Whether the BottomAppBar should hide when a NestedScrollView is scrolled.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:hideOnScroll
|
static |
@attr description Whether the BottomAppBar should apply padding to be above the bottom window insets.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingBottomSystemWindowInsets
|
static |
@attr description Whether the BottomAppBar should apply padding to be to the right of the left window insets.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingLeftSystemWindowInsets
|
static |
@attr description Whether the BottomAppBar should apply padding to be to the left of the right window insets.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingRightSystemWindowInsets
|
static |
Attributes that can be used with a BottomNavigationView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:itemHorizontalTranslationEnabled
Whether the items translate horizontally when in "selected" label visibility mode.
|
static |
@attr description Whether the items translate horizontally when in "selected" label visibility mode.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:itemHorizontalTranslationEnabled
|
static |
Attributes that can be used with a BottomSheetBehavior_Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:backgroundTint
com.companyname.pawpalsapp:behavior_draggable
Whether this bottom sheet is draggable.
com.companyname.pawpalsapp:behavior_expandedOffset
The top offset of the BottomSheet in the expanded-state when fitsToContent is false.
com.companyname.pawpalsapp:behavior_fitToContents
Whether height of expanded sheet wraps content or not
com.companyname.pawpalsapp:behavior_halfExpandedRatio
The ratio to be used to set the height of half-expanded state in proportion to parent, when fitToContents is false.
com.companyname.pawpalsapp:behavior_hideable
Whether this bottom sheet can be hidden by dragging it further downwards
com.companyname.pawpalsapp:behavior_peekHeight
The height of the bottom sheet when it is collapsed.
com.companyname.pawpalsapp:behavior_saveFlags
Behavior properties will be saved and restored by evaluating each flag.
com.companyname.pawpalsapp:behavior_skipCollapsed
Skip the collapsed state once expanded; no effect unless it is hideable
com.companyname.pawpalsapp:gestureInsetBottomIgnored
Sets whether this bottom sheet should adjust it's position based on the system gesture area on Android Q and above.
com.companyname.pawpalsapp:paddingBottomSystemWindowInsets
Just adding the parameters that we need for now.
com.companyname.pawpalsapp:paddingLeftSystemWindowInsets
com.companyname.pawpalsapp:paddingRightSystemWindowInsets
com.companyname.pawpalsapp:paddingTopSystemWindowInsets
com.companyname.pawpalsapp:shapeAppearance
Shape appearance style reference to be used to construct a ShapeAppearanceModel.
com.companyname.pawpalsapp:shapeAppearanceOverlay
Shape appearance overlay style reference to be used to modify the shapeAppearance.
|
static |
This symbol is the offset where the android.R.attr#elevation attribute's value can be found in the BottomSheetBehavior_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:elevation
|
static |
This symbol is the offset where the android.R.attr#maxWidth attribute's value can be found in the BottomSheetBehavior_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
@attr description Background color used by the BottomSheetBehavior background drawable when shape theming is enabled. Accepts a ColorStateList or ColorInt. If shape theming is not enabled, android:background should instead be utilized to set the background resource.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundTint
|
static |
@attr description Whether this bottom sheet is draggable. If not, the app will have to supply different means to expand and collapse the sheet
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:behavior_draggable
|
static |
@attr description The top offset of the BottomSheet in the expanded-state when fitsToContent is false. The default value is 0, which results in the sheet matching the parent's top.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:behavior_expandedOffset
|
static |
@attr description Whether height of expanded sheet wraps content or not
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:behavior_fitToContents
|
static |
@attr description The ratio to be used to set the height of half-expanded state in proportion to parent, when fitToContents is false. Defaults to true half, 0.5, if not explicitly set. Ratio must be a float value between 0 and 1 and produce a half-expanded state height larger than the peek height for the half-expanded state to be operational
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:behavior_halfExpandedRatio
|
static |
@attr description Whether this bottom sheet can be hidden by dragging it further downwards
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:behavior_hideable
|
static |
@attr description The height of the bottom sheet when it is collapsed.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
auto
ffffffff
Peek at the 16:9 ratio keyline of its parent
@attr name com.companyname.pawpalsapp:behavior_peekHeight
|
static |
@attr description Behavior properties will be saved and restored by evaluating each flag. usage: app:behavior_saveFlags=”hideable|skipCollapsed”
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
all
ffffffff
This flag will preserve the all the aforementioned values on configuration change.
fitToContents
2
This flag will preserve the fitToContents boolean value on configuration change.
hideable
4
This flag will preserve the hideable boolean value on configuration change.
none
0
This flag will not preserve the aforementioned values on configuration change. The only value preserved will be the positional state, e.g. collapsed, hidden, expanded, etc. This is the default behavior.
peekHeight
1
This flag will preserve the peekHeight on configuration change.
skipCollapsed
8
This flag will preserve the skipCollapsed boolean value on configuration change.
@attr name com.companyname.pawpalsapp:behavior_saveFlags
|
static |
@attr description Skip the collapsed state once expanded; no effect unless it is hideable
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:behavior_skipCollapsed
|
static |
@attr description Sets whether this bottom sheet should adjust it's position based on the system gesture area on Android Q and above. Value is false (insets respected) by default.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:gestureInsetBottomIgnored
|
static |
@attr description Just adding the parameters that we need for now. We can add others if we need them, but ideally we'll be able to use https://github.com/chrisbanes/insetter once it's ready.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingBottomSystemWindowInsets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#paddingLeftSystemWindowInsets attribute's value can be found in the BottomSheetBehavior_Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingLeftSystemWindowInsets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#paddingRightSystemWindowInsets attribute's value can be found in the BottomSheetBehavior_Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingRightSystemWindowInsets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#paddingTopSystemWindowInsets attribute's value can be found in the BottomSheetBehavior_Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingTopSystemWindowInsets
|
static |
@attr description Shape appearance style reference for BottomSheet. Attribute declaration is in the shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearance
|
static |
@attr description Shape appearance overlay style reference for BottomSheet. To be used to augment attributes declared in the shapeAppearance. Attribute declaration is in the shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearanceOverlay
|
static |
Attributes that can be used with a ButtonBarLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:allowStacking
Whether to automatically stack the buttons when there is not enough space to lay them out side-by-side.
|
static |
@attr description Whether to automatically stack the buttons when there is not enough space to lay them out side-by-side.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:allowStacking
|
static |
Attributes that can be used with a Capability.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:queryPatterns
Resource reference to the string array of query patterns for a custom capability.
com.companyname.pawpalsapp:shortcutMatchRequired
Indicates whether a parameter in a capability template can only contain a matched shortcut id and not an arbitrary string.
|
static |
@attr description Resource reference to the string array of query patterns for a custom capability.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:queryPatterns
|
static |
@attr description Indicates whether a parameter in a capability template can only contain a matched shortcut id and not an arbitrary string.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:shortcutMatchRequired
|
static |
Attributes that can be used with a CardView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:cardBackgroundColor
Background color for CardView.
com.companyname.pawpalsapp:cardCornerRadius
Corner radius for CardView.
com.companyname.pawpalsapp:cardElevation
Elevation for CardView.
com.companyname.pawpalsapp:cardMaxElevation
Maximum Elevation for CardView.
com.companyname.pawpalsapp:cardPreventCornerOverlap
Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners.
com.companyname.pawpalsapp:cardUseCompatPadding
Add padding in API v21+ as well to have the same measurements with previous versions.
com.companyname.pawpalsapp:contentPadding
Inner padding between the edges of the Card and children of the CardView.
com.companyname.pawpalsapp:contentPaddingBottom
Inner padding between the bottom edge of the Card and children of the CardView.
com.companyname.pawpalsapp:contentPaddingLeft
Inner padding between the left edge of the Card and children of the CardView.
com.companyname.pawpalsapp:contentPaddingRight
Inner padding between the right edge of the Card and children of the CardView.
com.companyname.pawpalsapp:contentPaddingTop
Inner padding between the top edge of the Card and children of the CardView.
|
static |
@attr description Workaround to read user defined minimum height
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minHeight
|
static |
@attr description Workaround to read user defined minimum width
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minWidth
|
static |
@attr description Background color for CardView.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:cardBackgroundColor
|
static |
@attr description Corner radius for CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:cardCornerRadius
|
static |
@attr description Elevation for CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:cardElevation
|
static |
@attr description Maximum Elevation for CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:cardMaxElevation
|
static |
@attr description Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:cardPreventCornerOverlap
|
static |
@attr description Add padding in API v21+ as well to have the same measurements with previous versions.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:cardUseCompatPadding
|
static |
@attr description Inner padding between the edges of the Card and children of the CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPadding
|
static |
@attr description Inner padding between the bottom edge of the Card and children of the CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingBottom
|
static |
@attr description Inner padding between the left edge of the Card and children of the CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingLeft
|
static |
@attr description Inner padding between the right edge of the Card and children of the CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingRight
|
static |
@attr description Inner padding between the top edge of the Card and children of the CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingTop
|
static |
Attributes that can be used with a Carousel.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:carousel_backwardTransition
com.companyname.pawpalsapp:carousel_emptyViewsBehavior
com.companyname.pawpalsapp:carousel_firstView
com.companyname.pawpalsapp:carousel_forwardTransition
com.companyname.pawpalsapp:carousel_infinite
com.companyname.pawpalsapp:carousel_nextState
com.companyname.pawpalsapp:carousel_previousState
com.companyname.pawpalsapp:carousel_touchUpMode
com.companyname.pawpalsapp:carousel_touchUp_dampeningFactor
com.companyname.pawpalsapp:carousel_touchUp_velocityThreshold
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_backwardTransition attribute's value can be found in the Carousel array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:carousel_backwardTransition
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_emptyViewsBehavior attribute's value can be found in the Carousel array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
gone
8
invisible
4
@attr name com.companyname.pawpalsapp:carousel_emptyViewsBehavior
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_firstView attribute's value can be found in the Carousel array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:carousel_firstView
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_forwardTransition attribute's value can be found in the Carousel array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:carousel_forwardTransition
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_infinite attribute's value can be found in the Carousel array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:carousel_infinite
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_nextState attribute's value can be found in the Carousel array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:carousel_nextState
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_previousState attribute's value can be found in the Carousel array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:carousel_previousState
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_touchUp_dampeningFactor attribute's value can be found in the Carousel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:carousel_touchUp_dampeningFactor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_touchUp_velocityThreshold attribute's value can be found in the Carousel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:carousel_touchUp_velocityThreshold
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#carousel_touchUpMode attribute's value can be found in the Carousel array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
carryVelocity
2
immediateStop
1
@attr name com.companyname.pawpalsapp:carousel_touchUpMode
|
static |
Attributes that can be used with a CheckBoxPreference.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
android:disableDependentsState
com.companyname.pawpalsapp:disableDependentsState
The state (true for on, or false for off) that causes dependents to be disabled.
com.companyname.pawpalsapp:summaryOff
The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked.
com.companyname.pawpalsapp:summaryOn
The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked.
|
static |
This symbol is the offset where the android.R.attr#disableDependentsState attribute's value can be found in the CheckBoxPreference array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:disableDependentsState
|
static |
This symbol is the offset where the android.R.attr#summaryOff attribute's value can be found in the CheckBoxPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:summaryOff
|
static |
This symbol is the offset where the android.R.attr#summaryOn attribute's value can be found in the CheckBoxPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:summaryOn
|
static |
@attr description The state (true for on, or false for off) that causes dependents to be disabled. By default, dependents will be disabled when this is unchecked, so the value of this preference is false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:disableDependentsState
|
static |
@attr description The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked. If separate on/off summaries are not needed, the summary attribute can be used instead.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:summaryOff
|
static |
@attr description The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked. If separate on/off summaries are not needed, the summary attribute can be used instead.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:summaryOn
|
static |
Attributes that can be used with a Chip.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:checkedIcon
com.companyname.pawpalsapp:checkedIconEnabled
Deprecated.
com.companyname.pawpalsapp:checkedIconTint
com.companyname.pawpalsapp:checkedIconVisible
Whether to show the checked icon.
com.companyname.pawpalsapp:chipBackgroundColor
Background color to apply to the chip.
com.companyname.pawpalsapp:chipCornerRadius
Corner radius to apply to the chip's shape.
com.companyname.pawpalsapp:chipEndPadding
Padding at the end of the chip, after the close icon.
com.companyname.pawpalsapp:chipIcon
Icon drawable to display at the start of the chip.
com.companyname.pawpalsapp:chipIconEnabled
Deprecated.
com.companyname.pawpalsapp:chipIconSize
Size of the chip's icon and checked icon.
com.companyname.pawpalsapp:chipIconTint
Tint to apply to the chip icon.
com.companyname.pawpalsapp:chipIconVisible
Whether to show the chip icon.
com.companyname.pawpalsapp:chipMinHeight
Min height to apply to the chip.
com.companyname.pawpalsapp:chipMinTouchTargetSize
Minimum size of chip's touch target, by default, Android recommended 48dp.
com.companyname.pawpalsapp:chipStartPadding
Padding at the start of the chip, before the icon.
com.companyname.pawpalsapp:chipStrokeColor
Stroke color to apply to the chip's outline.
com.companyname.pawpalsapp:chipStrokeWidth
Stroke width to apply to the chip's outline.
com.companyname.pawpalsapp:chipSurfaceColor
Do not expose publicly because there is no public getter/setter and the user doesn't need to configure this.
com.companyname.pawpalsapp:closeIcon
Close icon drawable to display at the end of the chip.
com.companyname.pawpalsapp:closeIconEnabled
Deprecated.
com.companyname.pawpalsapp:closeIconEndPadding
Padding at the end of the close icon, before the end of the chip.
com.companyname.pawpalsapp:closeIconSize
Size of the chip's close icon.
com.companyname.pawpalsapp:closeIconStartPadding
Padding at the start of the close icon, after the text.
com.companyname.pawpalsapp:closeIconTint
Tint to apply to the chip's close icon.
com.companyname.pawpalsapp:closeIconVisible
Whether to show the close icon.
com.companyname.pawpalsapp:ensureMinTouchTargetSize
com.companyname.pawpalsapp:hideMotionSpec
com.companyname.pawpalsapp:iconEndPadding
Padding at the end of the icon, before the text.
com.companyname.pawpalsapp:iconStartPadding
Padding at the start of the icon, after the start of the chip.
com.companyname.pawpalsapp:rippleColor
com.companyname.pawpalsapp:shapeAppearance
Shape appearance style reference to be used to construct a ShapeAppearanceModel.
com.companyname.pawpalsapp:shapeAppearanceOverlay
Shape appearance overlay style reference to be used to modify the shapeAppearance.
com.companyname.pawpalsapp:showMotionSpec
com.companyname.pawpalsapp:textEndPadding
Padding at the end of the text, before the close icon.
com.companyname.pawpalsapp:textStartPadding
Padding at the start of the text, after the icon.
|
static |
@attr description Whether the chip can be checked. If false, the chip will act as a button.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:checkable
|
static |
@attr description If set, causes words that are longer than the view is wide to be ellipsized instead of truncated at the end.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
end
3
marquee
4
middle
2
none
0
start
1
@attr name android:ellipsize
|
static |
@attr description Make the Chip to be at most this many pixels wide.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
@attr description Text to display on the chip.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:text
|
static |
@attr description Default appearance of text: color, typeface, size, and style.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:textAppearance
|
static |
@attr description Text color.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:textColor
|
static |
@attr description Text size. Overrides the size set in the textAppearance
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:textSize
|
static |
@attr description Check icon drawable to overlay the chip's icon.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:checkedIcon
|
static |
@attr description Deprecated. Use checkedIconVisible instead
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:checkedIconEnabled
|
static |
@attr description Tint to apply to the chip's checked icon.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:checkedIconTint
|
static |
@attr description Whether to show the checked icon.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:checkedIconVisible
|
static |
@attr description Background color to apply to the chip.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:chipBackgroundColor
|
static |
@attr description Corner radius to apply to the chip's shape.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipCornerRadius
|
static |
@attr description Padding at the end of the chip, after the close icon.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipEndPadding
|
static |
@attr description Icon drawable to display at the start of the chip.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:chipIcon
|
static |
@attr description Deprecated. Use chipIconVisible instead.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:chipIconEnabled
|
static |
@attr description Size of the chip's icon and checked icon.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipIconSize
|
static |
@attr description Tint to apply to the chip icon.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:chipIconTint
|
static |
@attr description Whether to show the chip icon.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:chipIconVisible
|
static |
@attr description Min height to apply to the chip. Total height includes stroke width.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipMinHeight
|
static |
@attr description Minimum size of chip's touch target, by default, Android recommended 48dp.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipMinTouchTargetSize
|
static |
@attr description Padding at the start of the chip, before the icon.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipStartPadding
|
static |
@attr description Stroke color to apply to the chip's outline.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:chipStrokeColor
|
static |
@attr description Stroke width to apply to the chip's outline.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipStrokeWidth
|
static |
@attr description Do not expose publicly because there is no public getter/setter and the user doesn't need to configure this.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:chipSurfaceColor
|
static |
@attr description Close icon drawable to display at the end of the chip.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:closeIcon
|
static |
@attr description Deprecated. Use closeIconVisible instead.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:closeIconEnabled
|
static |
@attr description Padding at the end of the close icon, before the end of the chip. If close icon exists.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:closeIconEndPadding
|
static |
@attr description Size of the chip's close icon.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:closeIconSize
|
static |
@attr description Padding at the start of the close icon, after the text. If close icon exists.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:closeIconStartPadding
|
static |
@attr description Tint to apply to the chip's close icon.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:closeIconTint
|
static |
@attr description Whether to show the close icon.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:closeIconVisible
|
static |
@attr description Whether to extend the bounds of chip to meet chipMinTouchTargetSize.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:ensureMinTouchTargetSize
|
static |
@attr description Motion spec for hide animation. This should be a MotionSpec resource.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:hideMotionSpec
|
static |
@attr description Padding at the end of the icon, before the text. If icon exists.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:iconEndPadding
|
static |
@attr description Padding at the start of the icon, after the start of the chip. If icon exists.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:iconStartPadding
|
static |
@attr description Ripple color to apply to the chip.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:rippleColor
|
static |
@attr description Shape appearance style reference for Chip. Attribute declaration is in the Shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearance
|
static |
@attr description Shape appearance overlay style reference for Chip. To be used to augment attributes declared in the shapeAppearance. Attribute declaration is in the Shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearanceOverlay
|
static |
@attr description Motion spec for show animation. This should be a MotionSpec resource.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:showMotionSpec
|
static |
@attr description Padding at the end of the text, before the close icon.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:textEndPadding
|
static |
@attr description Padding at the start of the text, after the icon.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:textStartPadding
|
static |
Attributes that can be used with a ChipGroup.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:checkedChip
The id of the child chip that should be checked by default within this chip group.
com.companyname.pawpalsapp:chipSpacing
Horizontal and vertical spacing between chips in this group.
com.companyname.pawpalsapp:chipSpacingHorizontal
Horizontal spacing between chips in this group.
com.companyname.pawpalsapp:chipSpacingVertical
Vertical spacing between chips in this group.
com.companyname.pawpalsapp:selectionRequired
com.companyname.pawpalsapp:singleLine
Constrains the chips in this group to a single horizontal line.
|
static |
@attr description The id of the child chip that should be checked by default within this chip group.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:checkedChip
|
static |
@attr description Horizontal and vertical spacing between chips in this group.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipSpacing
|
static |
@attr description Horizontal spacing between chips in this group.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipSpacingHorizontal
|
static |
@attr description Vertical spacing between chips in this group.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:chipSpacingVertical
|
static |
@attr description Whether we prevent all child chips from being deselected. It's false by default.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:selectionRequired
|
static |
@attr description Constrains the chips in this group to a single horizontal line. By default, this is false and the chips in this group will reflow to multiple lines. If you set this to true, you'll usually want to wrap this ChipGroup in a HorizontalScrollView.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:singleLine
|
static |
@attr description Whether only a single chip in this group is allowed to be checked at any time. By default, this is false and multiple chips in this group are allowed to be checked at once.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:singleSelection
|
static |
Attributes that can be used with a CircularProgressIndicator.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:indicatorDirectionCircular
The direction in which the circular indicator progresses, in the determinate mode, and is animated, in the indeterminate mode.
com.companyname.pawpalsapp:indicatorInset
The extra space from the outer edge of the indicator to the edge of the canvas.
com.companyname.pawpalsapp:indicatorSize
Defines the size (outer diameter) of the circular progress indicator.
|
static |
@attr description The direction in which the circular indicator progresses, in the determinate mode, and is animated, in the indeterminate mode.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
clockwise
0
In the indeterminate mode, the spinner will spin clockwise; in the determinate mode, the indicator will progress from the top (12 o'clock) clockwise.
counterclockwise
1
In the indeterminate mode, the spinner will spin counter-clockwise; in the determinate mode, the indicator will progress from the top (12 o'clock) counter-clockwise.
@attr name com.companyname.pawpalsapp:indicatorDirectionCircular
|
static |
@attr description The extra space from the outer edge of the indicator to the edge of the canvas. Ignored for linear progress indicator.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:indicatorInset
|
static |
@attr description Defines the size (outer diameter) of the circular progress indicator. This uses the central line of the indicator as reference. Ignored for linear progress indicator.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:indicatorSize
|
static |
Attributes that can be used with a ClockFaceView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#clockFaceBackgroundColor attribute's value can be found in the ClockFaceView array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:clockFaceBackgroundColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#clockNumberTextColor attribute's value can be found in the ClockFaceView array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:clockNumberTextColor
|
static |
Attributes that can be used with a ClockHandView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:clockHandColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#clockHandColor attribute's value can be found in the ClockHandView array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:clockHandColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#materialCircleRadius attribute's value can be found in the ClockHandView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:materialCircleRadius
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#selectorSize attribute's value can be found in the ClockHandView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:selectorSize
|
static |
Attributes that can be used with a CollapsingToolbarLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:collapsedTitleGravity
Specifies how the title should be positioned when collapsed.
com.companyname.pawpalsapp:collapsedTitleTextAppearance
The text appearance of the CollapsingToolbarLayouts title when it is fully 'collapsed'
com.companyname.pawpalsapp:contentScrim
The drawable to use as a scrim on top of the CollapsingToolbarLayouts content when it has been scrolled sufficiently off screen.
com.companyname.pawpalsapp:expandedTitleGravity
Specifies how the title should be positioned when expanded.
com.companyname.pawpalsapp:expandedTitleMargin
Specifies extra space on the start, top, end and bottom sides of the the expanded title text.
com.companyname.pawpalsapp:expandedTitleMarginBottom
Specifies extra space on the bottom side of the the expanded title text.
com.companyname.pawpalsapp:expandedTitleMarginEnd
Specifies extra space on the end side of the the expanded title text.
com.companyname.pawpalsapp:expandedTitleMarginStart
Specifies extra space on the start side of the the expanded title text.
com.companyname.pawpalsapp:expandedTitleMarginTop
Specifies extra space on the top side of the the expanded title text.
com.companyname.pawpalsapp:expandedTitleTextAppearance
The text appearance of the CollapsingToolbarLayout's title when it is fully 'expanded'
com.companyname.pawpalsapp:extraMultilineHeightEnabled
Whether extra height should be added when the title text spans across multiple lines.
com.companyname.pawpalsapp:forceApplySystemWindowInsetTop
Whether the system window inset top should be applied regardless of what the layout_height is set to.
com.companyname.pawpalsapp:maxLines
The maximum number of lines to display in the expanded state.
com.companyname.pawpalsapp:scrimAnimationDuration
Specifies the duration used for scrim visibility animations.
com.companyname.pawpalsapp:scrimVisibleHeightTrigger
Specifies the amount of visible height in pixels used to define when to trigger a scrim visibility change.
com.companyname.pawpalsapp:statusBarScrim
The drawable to use as a scrim for the status bar content when the CollapsingToolbarLayout has been scrolled sufficiently off screen.
com.companyname.pawpalsapp:title
com.companyname.pawpalsapp:titleCollapseMode
Mode to specify the effect used to collapse and expand the title text.
com.companyname.pawpalsapp:titleEnabled
Whether the CollapsingToolbarLayout should draw its own collapsing title.
com.companyname.pawpalsapp:toolbarId
The id of the primary Toolbar child that you wish to use for the purpose of collapsing.
|
static |
@attr description Specifies how the title should be positioned when collapsed.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
Push title to the bottom of its container, not changing its size.
center
11
Place the title in the center of its container in both the vertical and horizontal axis, not changing its size.
center_horizontal
1
Place title in the horizontal center of its container, not changing its size.
center_vertical
10
Place title in the vertical center of its container, not changing its size.
end
800005
Push title to the end of its container, not changing its size.
fill_vertical
70
Grow the vertical size of the title if needed so it completely fills its container.
left
3
Push title to the left of its container, not changing its size.
right
5
Push title to the right of its container, not changing its size.
start
800003
Push title to the beginning of its container, not changing its size.
top
30
Push title to the top of its container, not changing its size.
@attr name com.companyname.pawpalsapp:collapsedTitleGravity
|
static |
@attr description The text appearance of the CollapsingToolbarLayouts title when it is fully 'collapsed'
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:collapsedTitleTextAppearance
|
static |
@attr description The drawable to use as a scrim on top of the CollapsingToolbarLayouts content when it has been scrolled sufficiently off screen.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:contentScrim
|
static |
@attr description Specifies how the title should be positioned when expanded.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
Push title to the bottom of its container, not changing its size.
center
11
Place the title in the center of its container in both the vertical and horizontal axis, not changing its size.
center_horizontal
1
Place title in the horizontal center of its container, not changing its size.
center_vertical
10
Place title in the vertical center of its container, not changing its size.
end
800005
Push title to the end of its container, not changing its size.
fill_vertical
70
Grow the vertical size of the title if needed so it completely fills its container.
left
3
Push title to the left of its container, not changing its size.
right
5
Push title to the right of its container, not changing its size.
start
800003
Push title to the beginning of its container, not changing its size.
top
30
Push title to the top of its container, not changing its size.
@attr name com.companyname.pawpalsapp:expandedTitleGravity
|
static |
@attr description Specifies extra space on the start, top, end and bottom sides of the the expanded title text. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:expandedTitleMargin
|
static |
@attr description Specifies extra space on the bottom side of the the expanded title text. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:expandedTitleMarginBottom
|
static |
@attr description Specifies extra space on the end side of the the expanded title text. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:expandedTitleMarginEnd
|
static |
@attr description Specifies extra space on the start side of the the expanded title text. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:expandedTitleMarginStart
|
static |
@attr description Specifies extra space on the top side of the the expanded title text. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:expandedTitleMarginTop
|
static |
@attr description The text appearance of the CollapsingToolbarLayout's title when it is fully 'expanded'
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:expandedTitleTextAppearance
|
static |
@attr description Whether extra height should be added when the title text spans across multiple lines. Experimental Feature.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:extraMultilineHeightEnabled
|
static |
@attr description Whether the system window inset top should be applied regardless of what the layout_height is set to. Experimental Feature.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:forceApplySystemWindowInsetTop
|
static |
Attributes that can be used with a CollapsingToolbarLayout_Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:layout_collapseMode
com.companyname.pawpalsapp:layout_collapseParallaxMultiplier
The multiplier used when layout_collapseMode is set to 'parallax'.
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_collapseMode attribute's value can be found in the CollapsingToolbarLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
none
0
The view will act as normal with no collapsing behavior.
parallax
2
The view will scroll in a parallax fashion. See the layout_collapseParallaxMultiplier attribute to change the multiplier.
pin
1
The view will pin in place.
@attr name com.companyname.pawpalsapp:layout_collapseMode
|
static |
@attr description The multiplier used when layout_collapseMode is set to 'parallax'. The value should be between 0.0 and 1.0.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_collapseParallaxMultiplier
|
static |
@attr description The maximum number of lines to display in the expanded state. Experimental Feature.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:maxLines
|
static |
@attr description Specifies the duration used for scrim visibility animations.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:scrimAnimationDuration
|
static |
@attr description Specifies the amount of visible height in pixels used to define when to trigger a scrim visibility change.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:scrimVisibleHeightTrigger
|
static |
@attr description The drawable to use as a scrim for the status bar content when the CollapsingToolbarLayout has been scrolled sufficiently off screen. Only works on Lollipop when used together with android:fitSystemWindows="true".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:statusBarScrim
|
static |
@attr description The title to show when titleEnabled is set to true.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:title
|
static |
@attr description Mode to specify the effect used to collapse and expand the title text.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fade
1
The expanded title will fade out and translate, and the collapsed title will fade in.
scale
0
The expanded title will continuously scale and translate to its final collapsed position.
@attr name com.companyname.pawpalsapp:titleCollapseMode
|
static |
@attr description Whether the CollapsingToolbarLayout should draw its own collapsing title.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:titleEnabled
|
static |
@attr description The id of the primary Toolbar child that you wish to use for the purpose of collapsing. This Toolbar descendant view does not need to be a direct child of the layout. If you do not set this, the first direct Toolbar child found will be used.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:toolbarId
|
static |
Attributes that can be used with a ColorStateListItem.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:alpha
Alpha multiplier applied to the base color.
|
static |
@attr description Alpha multiplier applied to the base color.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:alpha
|
static |
This symbol is the offset where the android.R.attr#alpha attribute's value can be found in the ColorStateListItem array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:alpha
|
static |
@attr description Base color for this state.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:color
|
static |
Attributes that can be used with a CompoundButton.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:buttonCompat
Compat attr to load backported drawable types
com.companyname.pawpalsapp:buttonTint
Tint to apply to the button drawable.
com.companyname.pawpalsapp:buttonTintMode
Blending mode used to apply the button tint.
|
static |
This symbol is the offset where the android.R.attr#button attribute's value can be found in the CompoundButton array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:button
|
static |
@attr description Compat attr to load backported drawable types
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:buttonCompat
|
static |
@attr description Tint to apply to the button drawable.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:buttonTint
|
static |
@attr description Blending mode used to apply the button tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:buttonTintMode
|
static |
Attributes that can be used with a Constraint.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:animateCircleAngleTo
com.companyname.pawpalsapp:animateRelativeTo
com.companyname.pawpalsapp:barrierAllowsGoneWidgets
com.companyname.pawpalsapp:barrierDirection
com.companyname.pawpalsapp:barrierMargin
com.companyname.pawpalsapp:chainUseRtl
com.companyname.pawpalsapp:constraint_referenced_ids
com.companyname.pawpalsapp:constraint_referenced_tags
com.companyname.pawpalsapp:drawPath
com.companyname.pawpalsapp:flow_firstHorizontalBias
com.companyname.pawpalsapp:flow_firstHorizontalStyle
com.companyname.pawpalsapp:flow_firstVerticalBias
com.companyname.pawpalsapp:flow_firstVerticalStyle
com.companyname.pawpalsapp:flow_horizontalAlign
com.companyname.pawpalsapp:flow_horizontalBias
com.companyname.pawpalsapp:flow_horizontalGap
com.companyname.pawpalsapp:flow_horizontalStyle
com.companyname.pawpalsapp:flow_lastHorizontalBias
com.companyname.pawpalsapp:flow_lastHorizontalStyle
com.companyname.pawpalsapp:flow_lastVerticalBias
com.companyname.pawpalsapp:flow_lastVerticalStyle
com.companyname.pawpalsapp:flow_maxElementsWrap
com.companyname.pawpalsapp:flow_verticalAlign
com.companyname.pawpalsapp:flow_verticalBias
com.companyname.pawpalsapp:flow_verticalGap
com.companyname.pawpalsapp:flow_verticalStyle
com.companyname.pawpalsapp:flow_wrapMode
com.companyname.pawpalsapp:layout_constrainedHeight
com.companyname.pawpalsapp:layout_constrainedWidth
com.companyname.pawpalsapp:layout_constraintBaseline_creator
com.companyname.pawpalsapp:layout_constraintBaseline_toBaselineOf
com.companyname.pawpalsapp:layout_constraintBaseline_toBottomOf
com.companyname.pawpalsapp:layout_constraintBaseline_toTopOf
com.companyname.pawpalsapp:layout_constraintBottom_creator
com.companyname.pawpalsapp:layout_constraintBottom_toBottomOf
com.companyname.pawpalsapp:layout_constraintBottom_toTopOf
com.companyname.pawpalsapp:layout_constraintCircle
com.companyname.pawpalsapp:layout_constraintCircleAngle
com.companyname.pawpalsapp:layout_constraintCircleRadius
com.companyname.pawpalsapp:layout_constraintDimensionRatio
com.companyname.pawpalsapp:layout_constraintEnd_toEndOf
com.companyname.pawpalsapp:layout_constraintEnd_toStartOf
com.companyname.pawpalsapp:layout_constraintGuide_begin
com.companyname.pawpalsapp:layout_constraintGuide_end
com.companyname.pawpalsapp:layout_constraintGuide_percent
com.companyname.pawpalsapp:layout_constraintHeight
com.companyname.pawpalsapp:layout_constraintHeight_default
com.companyname.pawpalsapp:layout_constraintHeight_max
com.companyname.pawpalsapp:layout_constraintHeight_min
com.companyname.pawpalsapp:layout_constraintHeight_percent
com.companyname.pawpalsapp:layout_constraintHorizontal_bias
com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
com.companyname.pawpalsapp:layout_constraintHorizontal_weight
com.companyname.pawpalsapp:layout_constraintLeft_creator
com.companyname.pawpalsapp:layout_constraintLeft_toLeftOf
com.companyname.pawpalsapp:layout_constraintLeft_toRightOf
com.companyname.pawpalsapp:layout_constraintRight_creator
com.companyname.pawpalsapp:layout_constraintRight_toLeftOf
com.companyname.pawpalsapp:layout_constraintRight_toRightOf
com.companyname.pawpalsapp:layout_constraintStart_toEndOf
com.companyname.pawpalsapp:layout_constraintStart_toStartOf
com.companyname.pawpalsapp:layout_constraintTag
com.companyname.pawpalsapp:layout_constraintTop_creator
com.companyname.pawpalsapp:layout_constraintTop_toBottomOf
com.companyname.pawpalsapp:layout_constraintTop_toTopOf
com.companyname.pawpalsapp:layout_constraintVertical_bias
com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
com.companyname.pawpalsapp:layout_constraintVertical_weight
com.companyname.pawpalsapp:layout_constraintWidth
com.companyname.pawpalsapp:layout_constraintWidth_default
com.companyname.pawpalsapp:layout_constraintWidth_max
com.companyname.pawpalsapp:layout_constraintWidth_min
com.companyname.pawpalsapp:layout_constraintWidth_percent
com.companyname.pawpalsapp:layout_editor_absoluteX
com.companyname.pawpalsapp:layout_editor_absoluteY
com.companyname.pawpalsapp:layout_goneMarginBaseline
com.companyname.pawpalsapp:layout_goneMarginBottom
com.companyname.pawpalsapp:layout_goneMarginEnd
com.companyname.pawpalsapp:layout_goneMarginLeft
com.companyname.pawpalsapp:layout_goneMarginRight
com.companyname.pawpalsapp:layout_goneMarginStart
com.companyname.pawpalsapp:layout_goneMarginTop
com.companyname.pawpalsapp:layout_marginBaseline
com.companyname.pawpalsapp:layout_wrapBehaviorInParent
com.companyname.pawpalsapp:motionProgress
com.companyname.pawpalsapp:motionStagger
com.companyname.pawpalsapp:pathMotionArc
com.companyname.pawpalsapp:pivotAnchor
com.companyname.pawpalsapp:polarRelativeTo
com.companyname.pawpalsapp:quantizeMotionInterpolator
com.companyname.pawpalsapp:quantizeMotionPhase
com.companyname.pawpalsapp:quantizeMotionSteps
com.companyname.pawpalsapp:transformPivotTarget
com.companyname.pawpalsapp:transitionEasing
com.companyname.pawpalsapp:transitionPathRotate
com.companyname.pawpalsapp:visibilityMode
|
static |
@attr description alpha property of the view, as a value between 0 (completely transparent) and 1 (completely opaque).
May be a floating point value, such as "<code>1.2</code>".
@attr name android:alpha
|
static |
@attr description base z depth of the view.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:elevation
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
@attr description Specifies the basic height of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant height or one of the special constants.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_height
|
static |
@attr description Specifies extra space on the bottom side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginBottom
|
static |
@attr description Specifies extra space on the end side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginEnd
|
static |
@attr description Specifies extra space on the left side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginLeft
|
static |
@attr description Specifies extra space on the right side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginRight
|
static |
This symbol is the offset where the android.R.attr#layout_marginStart attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginStart
|
static |
@attr description Specifies extra space on the top side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginTop
|
static |
@attr description Specifies the basic width of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant width or one of the special constants.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_width
|
static |
This symbol is the offset where the android.R.attr#maxHeight attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxHeight
|
static |
This symbol is the offset where the android.R.attr#maxWidth attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
This symbol is the offset where the android.R.attr#minHeight attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minHeight
|
static |
This symbol is the offset where the android.R.attr#minWidth attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minWidth
|
static |
This symbol is the offset where the android.R.attr#orientation attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal
0
vertical
1
@attr name android:orientation
|
static |
@attr description rotation of the view, in degrees.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotation
|
static |
@attr description rotation of the view around the x axis, in degrees.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationX
|
static |
@attr description rotation of the view around the y axis, in degrees.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationY
|
static |
@attr description scale of the view in the x direction.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleX
|
static |
@attr description scale of the view in the y direction.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleY
|
static |
This symbol is the offset where the android.R.attr#transformPivotX attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotX
|
static |
This symbol is the offset where the android.R.attr#transformPivotY attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotY
|
static |
@attr description translation in x of the view. This value is added post-layout to the left property of the view, which is set by its layout.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationX
|
static |
@attr description translation in y of the view. This value is added post-layout to the top property of the view, which is set by its layout.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationY
|
static |
@attr description translation in z of the view. This value is added to its elevation.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationZ
|
static |
@attr description Controls the initial visibility of the view.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
gone
2
invisible
1
visible
0
@attr name android:visibility
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#animateCircleAngleTo attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
antiClockwise
3
bestChoice
0
clockwise
2
closest
1
constraint
4
@attr name com.companyname.pawpalsapp:animateCircleAngleTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#animateRelativeTo attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:animateRelativeTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierAllowsGoneWidgets attribute's value can be found in the Constraint array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:barrierAllowsGoneWidgets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierDirection attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
3
end
6
left
0
right
1
start
5
top
2
@attr name com.companyname.pawpalsapp:barrierDirection
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierMargin attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:barrierMargin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#chainUseRtl attribute's value can be found in the Constraint array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:chainUseRtl
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraint_referenced_ids attribute's value can be found in the Constraint array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:constraint_referenced_ids
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraint_referenced_tags attribute's value can be found in the Constraint array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:constraint_referenced_tags
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawPath attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
asConfigured
4
deltaRelative
3
none
0
path
1
pathRelative
2
rectangles
5
@attr name com.companyname.pawpalsapp:drawPath
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstHorizontalBias attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_firstHorizontalBias
|
static |
@attr description <attr name="flow_verticalSeparator" >
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_firstHorizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstVerticalBias attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_firstVerticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstVerticalStyle attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_firstVerticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalAlign attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
center
2
end
1
start
0
@attr name com.companyname.pawpalsapp:flow_horizontalAlign
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalBias attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_horizontalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalGap attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:flow_horizontalGap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalStyle attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_horizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastHorizontalBias attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_lastHorizontalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastHorizontalStyle attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_lastHorizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastVerticalBias attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_lastVerticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastVerticalStyle attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_lastVerticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_maxElementsWrap attribute's value can be found in the Constraint array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:flow_maxElementsWrap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalAlign attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
baseline
3
bottom
1
center
2
top
0
@attr name com.companyname.pawpalsapp:flow_verticalAlign
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalBias attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_verticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalGap attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:flow_verticalGap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalStyle attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_verticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_wrapMode attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
aligned
2
chain
1
none
0
@attr name com.companyname.pawpalsapp:flow_wrapMode
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedHeight attribute's value can be found in the Constraint array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedWidth attribute's value can be found in the Constraint array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_creator attribute's value can be found in the Constraint array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toBaselineOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toBaselineOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toBottomOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toTopOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_creator attribute's value can be found in the Constraint array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBottom_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_toBottomOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBottom_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_toTopOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBottom_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircle attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layout_constraintCircle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleAngle attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintCircleAngle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleRadius attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintCircleRadius
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintDimensionRatio attribute's value can be found in the Constraint array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintDimensionRatio
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintEnd_toEndOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintEnd_toEndOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintEnd_toStartOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintEnd_toStartOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_begin attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_begin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_end attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_end
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_percent attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintGuide_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight attribute's value can be found in the Constraint array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
match_constraint
fffffffd
match_parent
ffffffff
wrap_content
fffffffe
wrap_content_constrained
fffffffc
@attr name com.companyname.pawpalsapp:layout_constraintHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_default attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintHeight_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_max attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_min attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_percent attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHeight_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_bias attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_chainStyle attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_weight attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_weight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_creator attribute's value can be found in the Constraint array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintLeft_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_toLeftOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintLeft_toLeftOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_toRightOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintLeft_toRightOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_creator attribute's value can be found in the Constraint array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintRight_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_toLeftOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintRight_toLeftOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_toRightOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintRight_toRightOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintStart_toEndOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintStart_toEndOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintStart_toStartOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintStart_toStartOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTag attribute's value can be found in the Constraint array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintTag
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_creator attribute's value can be found in the Constraint array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintTop_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_toBottomOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintTop_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_toTopOf attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintTop_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_bias attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_chainStyle attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_weight attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_weight
|
static |
@attr description Specifies extra space on the start side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
match_constraint
fffffffd
match_parent
ffffffff
wrap_content
fffffffe
wrap_content_constrained
fffffffc
@attr name com.companyname.pawpalsapp:layout_constraintWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_default attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintWidth_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_max attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_min attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_percent attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintWidth_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteX attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteY attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBaseline attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBottom attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBottom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginEnd attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginEnd
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginLeft attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginLeft
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginRight attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginRight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginStart attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginStart
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginTop attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_marginBaseline attribute's value can be found in the Constraint array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_marginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_wrapBehaviorInParent attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal_only
1
included
0
skipped
3
vertical_only
2
@attr name com.companyname.pawpalsapp:layout_wrapBehaviorInParent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionProgress attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionProgress
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionStagger attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionStagger
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pathMotionArc attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
flip
3
none
0
startHorizontal
2
startVertical
1
@attr name com.companyname.pawpalsapp:pathMotionArc
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pivotAnchor attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:pivotAnchor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#polarRelativeTo attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:polarRelativeTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionInterpolator attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bounce
4
easeIn
1
easeInOut
0
easeOut
2
linear
3
overshoot
5
@attr name com.companyname.pawpalsapp:quantizeMotionInterpolator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionPhase attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:quantizeMotionPhase
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionSteps attribute's value can be found in the Constraint array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:quantizeMotionSteps
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transformPivotTarget attribute's value can be found in the Constraint array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:transformPivotTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionEasing attribute's value can be found in the Constraint array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
accelerate
1
decelerate
2
linear
3
standard
0
@attr name com.companyname.pawpalsapp:transitionEasing
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionPathRotate attribute's value can be found in the Constraint array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:transitionPathRotate
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#visibilityMode attribute's value can be found in the Constraint array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
ignore
1
normal
0
@attr name com.companyname.pawpalsapp:visibilityMode
|
static |
Attributes that can be used with a ConstraintLayout_Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
android:layout_marginHorizontal
com.companyname.pawpalsapp:barrierAllowsGoneWidgets
com.companyname.pawpalsapp:barrierDirection
com.companyname.pawpalsapp:barrierMargin
com.companyname.pawpalsapp:chainUseRtl
com.companyname.pawpalsapp:circularflow_angles
com.companyname.pawpalsapp:circularflow_defaultAngle
com.companyname.pawpalsapp:circularflow_defaultRadius
com.companyname.pawpalsapp:circularflow_radiusInDP
com.companyname.pawpalsapp:circularflow_viewCenter
com.companyname.pawpalsapp:constraintSet
com.companyname.pawpalsapp:constraint_referenced_ids
com.companyname.pawpalsapp:constraint_referenced_tags
com.companyname.pawpalsapp:flow_firstHorizontalBias
com.companyname.pawpalsapp:flow_firstHorizontalStyle
com.companyname.pawpalsapp:flow_firstVerticalBias
com.companyname.pawpalsapp:flow_firstVerticalStyle
com.companyname.pawpalsapp:flow_horizontalAlign
com.companyname.pawpalsapp:flow_horizontalBias
com.companyname.pawpalsapp:flow_horizontalGap
com.companyname.pawpalsapp:flow_horizontalStyle
com.companyname.pawpalsapp:flow_lastHorizontalBias
com.companyname.pawpalsapp:flow_lastHorizontalStyle
com.companyname.pawpalsapp:flow_lastVerticalBias
com.companyname.pawpalsapp:flow_lastVerticalStyle
com.companyname.pawpalsapp:flow_maxElementsWrap
com.companyname.pawpalsapp:flow_verticalAlign
com.companyname.pawpalsapp:flow_verticalBias
com.companyname.pawpalsapp:flow_verticalGap
com.companyname.pawpalsapp:flow_verticalStyle
com.companyname.pawpalsapp:flow_wrapMode
com.companyname.pawpalsapp:layoutDescription
com.companyname.pawpalsapp:layout_constrainedHeight
com.companyname.pawpalsapp:layout_constrainedWidth
com.companyname.pawpalsapp:layout_constraintBaseline_creator
com.companyname.pawpalsapp:layout_constraintBaseline_toBaselineOf
com.companyname.pawpalsapp:layout_constraintBaseline_toBottomOf
com.companyname.pawpalsapp:layout_constraintBaseline_toTopOf
com.companyname.pawpalsapp:layout_constraintBottom_creator
com.companyname.pawpalsapp:layout_constraintBottom_toBottomOf
com.companyname.pawpalsapp:layout_constraintBottom_toTopOf
com.companyname.pawpalsapp:layout_constraintCircle
com.companyname.pawpalsapp:layout_constraintCircleAngle
com.companyname.pawpalsapp:layout_constraintCircleRadius
com.companyname.pawpalsapp:layout_constraintDimensionRatio
com.companyname.pawpalsapp:layout_constraintEnd_toEndOf
com.companyname.pawpalsapp:layout_constraintEnd_toStartOf
com.companyname.pawpalsapp:layout_constraintGuide_begin
com.companyname.pawpalsapp:layout_constraintGuide_end
com.companyname.pawpalsapp:layout_constraintGuide_percent
com.companyname.pawpalsapp:layout_constraintHeight
com.companyname.pawpalsapp:layout_constraintHeight_default
com.companyname.pawpalsapp:layout_constraintHeight_max
com.companyname.pawpalsapp:layout_constraintHeight_min
com.companyname.pawpalsapp:layout_constraintHeight_percent
com.companyname.pawpalsapp:layout_constraintHorizontal_bias
com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
com.companyname.pawpalsapp:layout_constraintHorizontal_weight
com.companyname.pawpalsapp:layout_constraintLeft_creator
com.companyname.pawpalsapp:layout_constraintLeft_toLeftOf
com.companyname.pawpalsapp:layout_constraintLeft_toRightOf
com.companyname.pawpalsapp:layout_constraintRight_creator
com.companyname.pawpalsapp:layout_constraintRight_toLeftOf
com.companyname.pawpalsapp:layout_constraintRight_toRightOf
com.companyname.pawpalsapp:layout_constraintStart_toEndOf
com.companyname.pawpalsapp:layout_constraintStart_toStartOf
com.companyname.pawpalsapp:layout_constraintTag
com.companyname.pawpalsapp:layout_constraintTop_creator
com.companyname.pawpalsapp:layout_constraintTop_toBottomOf
com.companyname.pawpalsapp:layout_constraintTop_toTopOf
com.companyname.pawpalsapp:layout_constraintVertical_bias
com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
com.companyname.pawpalsapp:layout_constraintVertical_weight
com.companyname.pawpalsapp:layout_constraintWidth
com.companyname.pawpalsapp:layout_constraintWidth_default
com.companyname.pawpalsapp:layout_constraintWidth_max
com.companyname.pawpalsapp:layout_constraintWidth_min
com.companyname.pawpalsapp:layout_constraintWidth_percent
com.companyname.pawpalsapp:layout_editor_absoluteX
com.companyname.pawpalsapp:layout_editor_absoluteY
com.companyname.pawpalsapp:layout_goneMarginBaseline
com.companyname.pawpalsapp:layout_goneMarginBottom
com.companyname.pawpalsapp:layout_goneMarginEnd
com.companyname.pawpalsapp:layout_goneMarginLeft
com.companyname.pawpalsapp:layout_goneMarginRight
com.companyname.pawpalsapp:layout_goneMarginStart
com.companyname.pawpalsapp:layout_goneMarginTop
com.companyname.pawpalsapp:layout_marginBaseline
com.companyname.pawpalsapp:layout_optimizationLevel
com.companyname.pawpalsapp:layout_wrapBehaviorInParent
|
static |
This symbol is the offset where the android.R.attr#elevation attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:elevation
|
static |
This symbol is the offset where the android.R.attr#layout_height attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_height
|
static |
This symbol is the offset where the android.R.attr#layout_margin attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_margin
|
static |
This symbol is the offset where the android.R.attr#layout_marginBottom attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginBottom
|
static |
This symbol is the offset where the android.R.attr#layout_marginEnd attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginEnd
|
static |
This symbol is the offset where the android.R.attr#layout_marginHorizontal attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginHorizontal
|
static |
This symbol is the offset where the android.R.attr#layout_marginLeft attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginLeft
|
static |
This symbol is the offset where the android.R.attr#layout_marginRight attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginRight
|
static |
This symbol is the offset where the android.R.attr#layout_marginStart attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginStart
|
static |
This symbol is the offset where the android.R.attr#layout_marginTop attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginTop
|
static |
This symbol is the offset where the android.R.attr#layout_marginVertical attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginVertical
|
static |
This symbol is the offset where the android.R.attr#layout_width attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_width
|
static |
This symbol is the offset where the android.R.attr#maxHeight attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxHeight
|
static |
This symbol is the offset where the android.R.attr#maxWidth attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
This symbol is the offset where the android.R.attr#minHeight attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minHeight
|
static |
This symbol is the offset where the android.R.attr#minWidth attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minWidth
|
static |
This symbol is the offset where the android.R.attr#orientation attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal
0
vertical
1
@attr name android:orientation
|
static |
This symbol is the offset where the android.R.attr#padding attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:padding
|
static |
This symbol is the offset where the android.R.attr#paddingBottom attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:paddingBottom
|
static |
This symbol is the offset where the android.R.attr#paddingEnd attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:paddingEnd
|
static |
This symbol is the offset where the android.R.attr#paddingLeft attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:paddingLeft
|
static |
This symbol is the offset where the android.R.attr#paddingRight attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:paddingRight
|
static |
This symbol is the offset where the android.R.attr#paddingStart attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:paddingStart
|
static |
This symbol is the offset where the android.R.attr#paddingTop attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:paddingTop
|
static |
This symbol is the offset where the android.R.attr#visibility attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
gone
2
invisible
1
visible
0
@attr name android:visibility
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierAllowsGoneWidgets attribute's value can be found in the ConstraintLayout_Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:barrierAllowsGoneWidgets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierDirection attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
3
end
6
left
0
right
1
start
5
top
2
@attr name com.companyname.pawpalsapp:barrierDirection
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierMargin attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:barrierMargin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#chainUseRtl attribute's value can be found in the ConstraintLayout_Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:chainUseRtl
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#circularflow_angles attribute's value can be found in the ConstraintLayout_Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:circularflow_angles
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#circularflow_defaultAngle attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:circularflow_defaultAngle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#circularflow_defaultRadius attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:circularflow_defaultRadius
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#circularflow_radiusInDP attribute's value can be found in the ConstraintLayout_Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:circularflow_radiusInDP
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#circularflow_viewCenter attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:circularflow_viewCenter
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraint_referenced_ids attribute's value can be found in the ConstraintLayout_Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:constraint_referenced_ids
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraint_referenced_tags attribute's value can be found in the ConstraintLayout_Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:constraint_referenced_tags
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraintSet attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:constraintSet
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstHorizontalBias attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_firstHorizontalBias
|
static |
@attr description <attr name="flow_verticalSeparator" >
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_firstHorizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstVerticalBias attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_firstVerticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstVerticalStyle attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_firstVerticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalAlign attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
center
2
end
1
start
0
@attr name com.companyname.pawpalsapp:flow_horizontalAlign
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalBias attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_horizontalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalGap attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:flow_horizontalGap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalStyle attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_horizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastHorizontalBias attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_lastHorizontalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastHorizontalStyle attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_lastHorizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastVerticalBias attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_lastVerticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastVerticalStyle attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_lastVerticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_maxElementsWrap attribute's value can be found in the ConstraintLayout_Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:flow_maxElementsWrap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalAlign attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
baseline
3
bottom
1
center
2
top
0
@attr name com.companyname.pawpalsapp:flow_verticalAlign
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalBias attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_verticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalGap attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:flow_verticalGap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalStyle attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_verticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_wrapMode attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
aligned
2
chain
1
none
0
@attr name com.companyname.pawpalsapp:flow_wrapMode
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedHeight attribute's value can be found in the ConstraintLayout_Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedWidth attribute's value can be found in the ConstraintLayout_Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_creator attribute's value can be found in the ConstraintLayout_Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toBaselineOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toBaselineOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toBottomOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toTopOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_creator attribute's value can be found in the ConstraintLayout_Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBottom_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_toBottomOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBottom_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_toTopOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBottom_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircle attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layout_constraintCircle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleAngle attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintCircleAngle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleRadius attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintCircleRadius
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintDimensionRatio attribute's value can be found in the ConstraintLayout_Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintDimensionRatio
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintEnd_toEndOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintEnd_toEndOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintEnd_toStartOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintEnd_toStartOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_begin attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_begin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_end attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_end
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_percent attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintGuide_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight attribute's value can be found in the ConstraintLayout_Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
match_constraint
fffffffd
match_parent
ffffffff
wrap_content
fffffffe
wrap_content_constrained
fffffffc
@attr name com.companyname.pawpalsapp:layout_constraintHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_default attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintHeight_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_max attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_min attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_percent attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHeight_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_bias attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_chainStyle attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_weight attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_weight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_creator attribute's value can be found in the ConstraintLayout_Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintLeft_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_toLeftOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintLeft_toLeftOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_toRightOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintLeft_toRightOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_creator attribute's value can be found in the ConstraintLayout_Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintRight_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_toLeftOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintRight_toLeftOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_toRightOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintRight_toRightOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintStart_toEndOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintStart_toEndOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintStart_toStartOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintStart_toStartOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTag attribute's value can be found in the ConstraintLayout_Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintTag
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_creator attribute's value can be found in the ConstraintLayout_Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintTop_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_toBottomOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintTop_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_toTopOf attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintTop_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_bias attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_chainStyle attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_weight attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_weight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth attribute's value can be found in the ConstraintLayout_Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
match_constraint
fffffffd
match_parent
ffffffff
wrap_content
fffffffe
wrap_content_constrained
fffffffc
@attr name com.companyname.pawpalsapp:layout_constraintWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_default attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintWidth_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_max attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_min attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_percent attribute's value can be found in the ConstraintLayout_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintWidth_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteX attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteY attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBaseline attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBottom attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBottom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginEnd attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginEnd
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginLeft attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginLeft
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginRight attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginRight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginStart attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginStart
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginTop attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_marginBaseline attribute's value can be found in the ConstraintLayout_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_marginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_optimizationLevel attribute's value can be found in the ConstraintLayout_Layout array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
barrier
2
cache_measures
100
chains
4
dependency_ordering
200
dimensions
8
direct
1
direct, measure caches
graph
40
graph_wrap
80
grouping
400
groups
20
legacy
0
none
0
ratio
10
standard
101
@attr name com.companyname.pawpalsapp:layout_optimizationLevel
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_wrapBehaviorInParent attribute's value can be found in the ConstraintLayout_Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal_only
1
included
0
skipped
3
vertical_only
2
@attr name com.companyname.pawpalsapp:layout_wrapBehaviorInParent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layoutDescription attribute's value can be found in the ConstraintLayout_Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layoutDescription
|
static |
Attributes that can be used with a ConstraintLayout_placeholder.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#content attribute's value can be found in the ConstraintLayout_placeholder array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:content
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#placeholder_emptyVisibility attribute's value can be found in the ConstraintLayout_placeholder array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
gone
8
invisible
4
visible
0
@attr name com.companyname.pawpalsapp:placeholder_emptyVisibility
|
static |
Attributes that can be used with a ConstraintLayout_ReactiveGuide.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:reactiveGuide_animateChange
com.companyname.pawpalsapp:reactiveGuide_applyToAllConstraintSets
com.companyname.pawpalsapp:reactiveGuide_applyToConstraintSet
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#reactiveGuide_animateChange attribute's value can be found in the ConstraintLayout_ReactiveGuide array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:reactiveGuide_animateChange
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#reactiveGuide_applyToAllConstraintSets attribute's value can be found in the ConstraintLayout_ReactiveGuide array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:reactiveGuide_applyToAllConstraintSets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#reactiveGuide_applyToConstraintSet attribute's value can be found in the ConstraintLayout_ReactiveGuide array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:reactiveGuide_applyToConstraintSet
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#reactiveGuide_valueId attribute's value can be found in the ConstraintLayout_ReactiveGuide array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:reactiveGuide_valueId
|
static |
Attributes that can be used with a ConstraintOverride.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:animateCircleAngleTo
com.companyname.pawpalsapp:animateRelativeTo
com.companyname.pawpalsapp:barrierAllowsGoneWidgets
com.companyname.pawpalsapp:barrierDirection
com.companyname.pawpalsapp:barrierMargin
com.companyname.pawpalsapp:chainUseRtl
com.companyname.pawpalsapp:constraint_referenced_ids
com.companyname.pawpalsapp:drawPath
com.companyname.pawpalsapp:flow_firstHorizontalBias
com.companyname.pawpalsapp:flow_firstHorizontalStyle
com.companyname.pawpalsapp:flow_firstVerticalBias
com.companyname.pawpalsapp:flow_firstVerticalStyle
com.companyname.pawpalsapp:flow_horizontalAlign
com.companyname.pawpalsapp:flow_horizontalBias
com.companyname.pawpalsapp:flow_horizontalGap
com.companyname.pawpalsapp:flow_horizontalStyle
com.companyname.pawpalsapp:flow_lastHorizontalBias
com.companyname.pawpalsapp:flow_lastHorizontalStyle
com.companyname.pawpalsapp:flow_lastVerticalBias
com.companyname.pawpalsapp:flow_lastVerticalStyle
com.companyname.pawpalsapp:flow_maxElementsWrap
com.companyname.pawpalsapp:flow_verticalAlign
com.companyname.pawpalsapp:flow_verticalBias
com.companyname.pawpalsapp:flow_verticalGap
com.companyname.pawpalsapp:flow_verticalStyle
com.companyname.pawpalsapp:flow_wrapMode
com.companyname.pawpalsapp:layout_constrainedHeight
com.companyname.pawpalsapp:layout_constrainedWidth
com.companyname.pawpalsapp:layout_constraintBaseline_creator
com.companyname.pawpalsapp:layout_constraintBottom_creator
com.companyname.pawpalsapp:layout_constraintCircleAngle
com.companyname.pawpalsapp:layout_constraintCircleRadius
com.companyname.pawpalsapp:layout_constraintDimensionRatio
com.companyname.pawpalsapp:layout_constraintGuide_begin
com.companyname.pawpalsapp:layout_constraintGuide_end
com.companyname.pawpalsapp:layout_constraintGuide_percent
com.companyname.pawpalsapp:layout_constraintHeight
com.companyname.pawpalsapp:layout_constraintHeight_default
com.companyname.pawpalsapp:layout_constraintHeight_max
com.companyname.pawpalsapp:layout_constraintHeight_min
com.companyname.pawpalsapp:layout_constraintHeight_percent
com.companyname.pawpalsapp:layout_constraintHorizontal_bias
com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
com.companyname.pawpalsapp:layout_constraintHorizontal_weight
com.companyname.pawpalsapp:layout_constraintLeft_creator
com.companyname.pawpalsapp:layout_constraintRight_creator
com.companyname.pawpalsapp:layout_constraintTag
com.companyname.pawpalsapp:layout_constraintTop_creator
com.companyname.pawpalsapp:layout_constraintVertical_bias
com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
com.companyname.pawpalsapp:layout_constraintVertical_weight
com.companyname.pawpalsapp:layout_constraintWidth
com.companyname.pawpalsapp:layout_constraintWidth_default
com.companyname.pawpalsapp:layout_constraintWidth_max
com.companyname.pawpalsapp:layout_constraintWidth_min
com.companyname.pawpalsapp:layout_constraintWidth_percent
com.companyname.pawpalsapp:layout_editor_absoluteX
com.companyname.pawpalsapp:layout_editor_absoluteY
com.companyname.pawpalsapp:layout_goneMarginBaseline
com.companyname.pawpalsapp:layout_goneMarginBottom
com.companyname.pawpalsapp:layout_goneMarginEnd
com.companyname.pawpalsapp:layout_goneMarginLeft
com.companyname.pawpalsapp:layout_goneMarginRight
com.companyname.pawpalsapp:layout_goneMarginStart
com.companyname.pawpalsapp:layout_goneMarginTop
com.companyname.pawpalsapp:layout_marginBaseline
com.companyname.pawpalsapp:layout_wrapBehaviorInParent
com.companyname.pawpalsapp:motionProgress
com.companyname.pawpalsapp:motionStagger
com.companyname.pawpalsapp:motionTarget
com.companyname.pawpalsapp:pathMotionArc
com.companyname.pawpalsapp:pivotAnchor
com.companyname.pawpalsapp:polarRelativeTo
com.companyname.pawpalsapp:quantizeMotionInterpolator
com.companyname.pawpalsapp:quantizeMotionPhase
com.companyname.pawpalsapp:quantizeMotionSteps
com.companyname.pawpalsapp:transformPivotTarget
com.companyname.pawpalsapp:transitionEasing
com.companyname.pawpalsapp:transitionPathRotate
com.companyname.pawpalsapp:visibilityMode
|
static |
@attr description alpha property of the view, as a value between 0 (completely transparent) and 1 (completely opaque).
May be a floating point value, such as "<code>1.2</code>".
@attr name android:alpha
|
static |
@attr description base z depth of the view.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:elevation
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the ConstraintOverride array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
@attr description Specifies the basic height of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant height or one of the special constants.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_height
|
static |
@attr description Specifies extra space on the bottom side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginBottom
|
static |
@attr description Specifies extra space on the end side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginEnd
|
static |
@attr description Specifies extra space on the left side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginLeft
|
static |
@attr description Specifies extra space on the right side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginRight
|
static |
This symbol is the offset where the android.R.attr#layout_marginStart attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginStart
|
static |
@attr description Specifies extra space on the top side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginTop
|
static |
@attr description Specifies the basic width of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant width or one of the special constants.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_width
|
static |
This symbol is the offset where the android.R.attr#maxHeight attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxHeight
|
static |
This symbol is the offset where the android.R.attr#maxWidth attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
This symbol is the offset where the android.R.attr#minHeight attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minHeight
|
static |
This symbol is the offset where the android.R.attr#minWidth attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minWidth
|
static |
This symbol is the offset where the android.R.attr#orientation attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal
0
vertical
1
@attr name android:orientation
|
static |
@attr description rotation of the view, in degrees.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotation
|
static |
@attr description rotation of the view around the x axis, in degrees.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationX
|
static |
@attr description rotation of the view around the y axis, in degrees.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationY
|
static |
@attr description scale of the view in the x direction.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleX
|
static |
@attr description scale of the view in the y direction.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleY
|
static |
This symbol is the offset where the android.R.attr#transformPivotX attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotX
|
static |
This symbol is the offset where the android.R.attr#transformPivotY attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotY
|
static |
@attr description translation in x of the view. This value is added post-layout to the left property of the view, which is set by its layout.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationX
|
static |
@attr description translation in y of the view. This value is added post-layout to the top property of the view, which is set by its layout.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationY
|
static |
@attr description translation in z of the view. This value is added to its elevation.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationZ
|
static |
@attr description Controls the initial visibility of the view.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
gone
2
invisible
1
visible
0
@attr name android:visibility
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#animateCircleAngleTo attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
antiClockwise
3
bestChoice
0
clockwise
2
closest
1
constraint
4
@attr name com.companyname.pawpalsapp:animateCircleAngleTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#animateRelativeTo attribute's value can be found in the ConstraintOverride array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:animateRelativeTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierAllowsGoneWidgets attribute's value can be found in the ConstraintOverride array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:barrierAllowsGoneWidgets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierDirection attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
3
end
6
left
0
right
1
start
5
top
2
@attr name com.companyname.pawpalsapp:barrierDirection
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierMargin attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:barrierMargin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#chainUseRtl attribute's value can be found in the ConstraintOverride array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:chainUseRtl
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraint_referenced_ids attribute's value can be found in the ConstraintOverride array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:constraint_referenced_ids
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawPath attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
asConfigured
4
deltaRelative
3
none
0
path
1
pathRelative
2
rectangles
5
@attr name com.companyname.pawpalsapp:drawPath
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstHorizontalBias attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_firstHorizontalBias
|
static |
@attr description <attr name="flow_verticalSeparator" >
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_firstHorizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstVerticalBias attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_firstVerticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstVerticalStyle attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_firstVerticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalAlign attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
center
2
end
1
start
0
@attr name com.companyname.pawpalsapp:flow_horizontalAlign
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalBias attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_horizontalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalGap attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:flow_horizontalGap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalStyle attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_horizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastHorizontalBias attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_lastHorizontalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastHorizontalStyle attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_lastHorizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastVerticalBias attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_lastVerticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastVerticalStyle attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_lastVerticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_maxElementsWrap attribute's value can be found in the ConstraintOverride array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:flow_maxElementsWrap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalAlign attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
baseline
3
bottom
1
center
2
top
0
@attr name com.companyname.pawpalsapp:flow_verticalAlign
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalBias attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_verticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalGap attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:flow_verticalGap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalStyle attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_verticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_wrapMode attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
aligned
2
chain
1
none
0
@attr name com.companyname.pawpalsapp:flow_wrapMode
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedHeight attribute's value can be found in the ConstraintOverride array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedWidth attribute's value can be found in the ConstraintOverride array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_creator attribute's value can be found in the ConstraintOverride array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_creator attribute's value can be found in the ConstraintOverride array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBottom_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleAngle attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintCircleAngle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleRadius attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintCircleRadius
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintDimensionRatio attribute's value can be found in the ConstraintOverride array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintDimensionRatio
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_begin attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_begin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_end attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_end
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_percent attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintGuide_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight attribute's value can be found in the ConstraintOverride array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
match_constraint
fffffffd
match_parent
ffffffff
wrap_content
fffffffe
wrap_content_constrained
fffffffc
@attr name com.companyname.pawpalsapp:layout_constraintHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_default attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintHeight_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_max attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_min attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_percent attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHeight_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_bias attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_chainStyle attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_weight attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_weight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_creator attribute's value can be found in the ConstraintOverride array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintLeft_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_creator attribute's value can be found in the ConstraintOverride array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintRight_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTag attribute's value can be found in the ConstraintOverride array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintTag
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_creator attribute's value can be found in the ConstraintOverride array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintTop_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_bias attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_chainStyle attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_weight attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_weight
|
static |
@attr description Specifies extra space on the start side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
match_constraint
fffffffd
match_parent
ffffffff
wrap_content
fffffffe
wrap_content_constrained
fffffffc
@attr name com.companyname.pawpalsapp:layout_constraintWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_default attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintWidth_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_max attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_min attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_percent attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintWidth_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteX attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteY attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBaseline attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBottom attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBottom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginEnd attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginEnd
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginLeft attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginLeft
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginRight attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginRight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginStart attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginStart
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginTop attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_marginBaseline attribute's value can be found in the ConstraintOverride array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_marginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_wrapBehaviorInParent attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal_only
1
included
0
skipped
3
vertical_only
2
@attr name com.companyname.pawpalsapp:layout_wrapBehaviorInParent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionProgress attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionProgress
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionStagger attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionStagger
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionTarget attribute's value can be found in the ConstraintOverride array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:motionTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pathMotionArc attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
flip
3
none
0
startHorizontal
2
startVertical
1
@attr name com.companyname.pawpalsapp:pathMotionArc
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pivotAnchor attribute's value can be found in the ConstraintOverride array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:pivotAnchor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#polarRelativeTo attribute's value can be found in the ConstraintOverride array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:polarRelativeTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionInterpolator attribute's value can be found in the ConstraintOverride array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bounce
4
easeIn
1
easeInOut
0
easeOut
2
linear
3
overshoot
5
@attr name com.companyname.pawpalsapp:quantizeMotionInterpolator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionPhase attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:quantizeMotionPhase
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionSteps attribute's value can be found in the ConstraintOverride array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:quantizeMotionSteps
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transformPivotTarget attribute's value can be found in the ConstraintOverride array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:transformPivotTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionEasing attribute's value can be found in the ConstraintOverride array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
accelerate
1
decelerate
2
linear
3
standard
0
@attr name com.companyname.pawpalsapp:transitionEasing
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionPathRotate attribute's value can be found in the ConstraintOverride array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:transitionPathRotate
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#visibilityMode attribute's value can be found in the ConstraintOverride array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
ignore
1
normal
0
@attr name com.companyname.pawpalsapp:visibilityMode
|
static |
Attributes that can be used with a ConstraintSet.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:ConstraintRotate
com.companyname.pawpalsapp:animateCircleAngleTo
com.companyname.pawpalsapp:animateRelativeTo
com.companyname.pawpalsapp:barrierAllowsGoneWidgets
com.companyname.pawpalsapp:barrierDirection
com.companyname.pawpalsapp:barrierMargin
com.companyname.pawpalsapp:chainUseRtl
com.companyname.pawpalsapp:constraint_referenced_ids
com.companyname.pawpalsapp:constraint_referenced_tags
com.companyname.pawpalsapp:deriveConstraintsFrom
com.companyname.pawpalsapp:drawPath
com.companyname.pawpalsapp:flow_firstHorizontalBias
com.companyname.pawpalsapp:flow_firstHorizontalStyle
com.companyname.pawpalsapp:flow_firstVerticalBias
com.companyname.pawpalsapp:flow_firstVerticalStyle
com.companyname.pawpalsapp:flow_horizontalAlign
com.companyname.pawpalsapp:flow_horizontalBias
com.companyname.pawpalsapp:flow_horizontalGap
com.companyname.pawpalsapp:flow_horizontalStyle
com.companyname.pawpalsapp:flow_lastHorizontalBias
com.companyname.pawpalsapp:flow_lastHorizontalStyle
com.companyname.pawpalsapp:flow_lastVerticalBias
com.companyname.pawpalsapp:flow_lastVerticalStyle
com.companyname.pawpalsapp:flow_maxElementsWrap
com.companyname.pawpalsapp:flow_verticalAlign
com.companyname.pawpalsapp:flow_verticalBias
com.companyname.pawpalsapp:flow_verticalGap
com.companyname.pawpalsapp:flow_verticalStyle
com.companyname.pawpalsapp:flow_wrapMode
com.companyname.pawpalsapp:layout_constrainedHeight
com.companyname.pawpalsapp:layout_constrainedWidth
com.companyname.pawpalsapp:layout_constraintBaseline_creator
com.companyname.pawpalsapp:layout_constraintBaseline_toBaselineOf
com.companyname.pawpalsapp:layout_constraintBaseline_toBottomOf
com.companyname.pawpalsapp:layout_constraintBaseline_toTopOf
com.companyname.pawpalsapp:layout_constraintBottom_creator
com.companyname.pawpalsapp:layout_constraintBottom_toBottomOf
com.companyname.pawpalsapp:layout_constraintBottom_toTopOf
com.companyname.pawpalsapp:layout_constraintCircle
com.companyname.pawpalsapp:layout_constraintCircleAngle
com.companyname.pawpalsapp:layout_constraintCircleRadius
com.companyname.pawpalsapp:layout_constraintDimensionRatio
com.companyname.pawpalsapp:layout_constraintEnd_toEndOf
com.companyname.pawpalsapp:layout_constraintEnd_toStartOf
com.companyname.pawpalsapp:layout_constraintGuide_begin
com.companyname.pawpalsapp:layout_constraintGuide_end
com.companyname.pawpalsapp:layout_constraintGuide_percent
com.companyname.pawpalsapp:layout_constraintHeight_default
com.companyname.pawpalsapp:layout_constraintHeight_max
com.companyname.pawpalsapp:layout_constraintHeight_min
com.companyname.pawpalsapp:layout_constraintHeight_percent
com.companyname.pawpalsapp:layout_constraintHorizontal_bias
com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
com.companyname.pawpalsapp:layout_constraintHorizontal_weight
com.companyname.pawpalsapp:layout_constraintLeft_creator
com.companyname.pawpalsapp:layout_constraintLeft_toLeftOf
com.companyname.pawpalsapp:layout_constraintLeft_toRightOf
com.companyname.pawpalsapp:layout_constraintRight_creator
com.companyname.pawpalsapp:layout_constraintRight_toLeftOf
com.companyname.pawpalsapp:layout_constraintRight_toRightOf
com.companyname.pawpalsapp:layout_constraintStart_toEndOf
com.companyname.pawpalsapp:layout_constraintStart_toStartOf
com.companyname.pawpalsapp:layout_constraintTag
com.companyname.pawpalsapp:layout_constraintTop_creator
com.companyname.pawpalsapp:layout_constraintTop_toBottomOf
com.companyname.pawpalsapp:layout_constraintTop_toTopOf
com.companyname.pawpalsapp:layout_constraintVertical_bias
com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
com.companyname.pawpalsapp:layout_constraintVertical_weight
com.companyname.pawpalsapp:layout_constraintWidth_default
com.companyname.pawpalsapp:layout_constraintWidth_max
com.companyname.pawpalsapp:layout_constraintWidth_min
com.companyname.pawpalsapp:layout_constraintWidth_percent
com.companyname.pawpalsapp:layout_editor_absoluteX
com.companyname.pawpalsapp:layout_editor_absoluteY
com.companyname.pawpalsapp:layout_goneMarginBaseline
com.companyname.pawpalsapp:layout_goneMarginBottom
com.companyname.pawpalsapp:layout_goneMarginEnd
com.companyname.pawpalsapp:layout_goneMarginLeft
com.companyname.pawpalsapp:layout_goneMarginRight
com.companyname.pawpalsapp:layout_goneMarginStart
com.companyname.pawpalsapp:layout_goneMarginTop
com.companyname.pawpalsapp:layout_marginBaseline
com.companyname.pawpalsapp:layout_wrapBehaviorInParent
com.companyname.pawpalsapp:motionProgress
com.companyname.pawpalsapp:motionStagger
com.companyname.pawpalsapp:pathMotionArc
com.companyname.pawpalsapp:pivotAnchor
com.companyname.pawpalsapp:polarRelativeTo
com.companyname.pawpalsapp:quantizeMotionSteps
com.companyname.pawpalsapp:transitionEasing
com.companyname.pawpalsapp:transitionPathRotate
|
static |
This symbol is the offset where the android.R.attr#alpha attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:alpha
|
static |
This symbol is the offset where the android.R.attr#elevation attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:elevation
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
@attr description Specifies the basic height of the view. This is a required attribute for any view inside of a containing layout manager. Its value may be a dimension (such as "12dip") for a constant height or one of the special constants.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_height
|
static |
@attr description Specifies extra space on the bottom side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginBottom
|
static |
This symbol is the offset where the android.R.attr#layout_marginEnd attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginEnd
|
static |
This symbol is the offset where the android.R.attr#layout_marginLeft attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginLeft
|
static |
This symbol is the offset where the android.R.attr#layout_marginRight attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginRight
|
static |
@attr description Specifies extra space on the start side of this view. This space is outside this view's bounds. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginStart
|
static |
This symbol is the offset where the android.R.attr#layout_marginTop attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginTop
|
static |
This symbol is the offset where the android.R.attr#layout_width attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_width
|
static |
This symbol is the offset where the android.R.attr#maxHeight attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxHeight
|
static |
This symbol is the offset where the android.R.attr#maxWidth attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
This symbol is the offset where the android.R.attr#minHeight attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minHeight
|
static |
This symbol is the offset where the android.R.attr#minWidth attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minWidth
|
static |
This symbol is the offset where the android.R.attr#orientation attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal
0
vertical
1
@attr name android:orientation
|
static |
This symbol is the offset where the android.R.attr#pivotX attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:pivotX
|
static |
This symbol is the offset where the android.R.attr#pivotY attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:pivotY
|
static |
This symbol is the offset where the android.R.attr#rotation attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotation
|
static |
This symbol is the offset where the android.R.attr#rotationX attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationX
|
static |
This symbol is the offset where the android.R.attr#rotationY attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationY
|
static |
This symbol is the offset where the android.R.attr#scaleX attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleX
|
static |
This symbol is the offset where the android.R.attr#scaleY attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleY
|
static |
This symbol is the offset where the android.R.attr#transformPivotX attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotX
|
static |
This symbol is the offset where the android.R.attr#transformPivotY attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotY
|
static |
This symbol is the offset where the android.R.attr#translationX attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationX
|
static |
This symbol is the offset where the android.R.attr#translationY attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationY
|
static |
This symbol is the offset where the android.R.attr#translationZ attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationZ
|
static |
This symbol is the offset where the android.R.attr#visibility attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
gone
2
invisible
1
visible
0
@attr name android:visibility
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#animateCircleAngleTo attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
antiClockwise
3
bestChoice
0
clockwise
2
closest
1
constraint
4
@attr name com.companyname.pawpalsapp:animateCircleAngleTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#animateRelativeTo attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:animateRelativeTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierAllowsGoneWidgets attribute's value can be found in the ConstraintSet array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:barrierAllowsGoneWidgets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierDirection attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
3
end
6
left
0
right
1
start
5
top
2
@attr name com.companyname.pawpalsapp:barrierDirection
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierMargin attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:barrierMargin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#chainUseRtl attribute's value can be found in the ConstraintSet array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:chainUseRtl
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraint_referenced_ids attribute's value can be found in the ConstraintSet array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:constraint_referenced_ids
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraint_referenced_tags attribute's value can be found in the ConstraintSet array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:constraint_referenced_tags
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#ConstraintRotate attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
left
2
none
0
right
1
x_left
4
x_right
3
@attr name com.companyname.pawpalsapp:ConstraintRotate
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#deriveConstraintsFrom attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:deriveConstraintsFrom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawPath attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
asConfigured
4
deltaRelative
3
none
0
path
1
pathRelative
2
rectangles
5
@attr name com.companyname.pawpalsapp:drawPath
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstHorizontalBias attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_firstHorizontalBias
|
static |
@attr description <attr name="flow_verticalSeparator" >
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_firstHorizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstVerticalBias attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_firstVerticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_firstVerticalStyle attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_firstVerticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalAlign attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
center
2
end
1
start
0
@attr name com.companyname.pawpalsapp:flow_horizontalAlign
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalBias attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_horizontalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalGap attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:flow_horizontalGap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_horizontalStyle attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_horizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastHorizontalBias attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_lastHorizontalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastHorizontalStyle attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_lastHorizontalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastVerticalBias attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_lastVerticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_lastVerticalStyle attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_lastVerticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_maxElementsWrap attribute's value can be found in the ConstraintSet array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:flow_maxElementsWrap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalAlign attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
baseline
3
bottom
1
center
2
top
0
@attr name com.companyname.pawpalsapp:flow_verticalAlign
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalBias attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:flow_verticalBias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalGap attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:flow_verticalGap
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_verticalStyle attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:flow_verticalStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#flow_wrapMode attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
aligned
2
chain
1
none
0
@attr name com.companyname.pawpalsapp:flow_wrapMode
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedHeight attribute's value can be found in the ConstraintSet array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedWidth attribute's value can be found in the ConstraintSet array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_creator attribute's value can be found in the ConstraintSet array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toBaselineOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toBaselineOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toBottomOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toTopOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_creator attribute's value can be found in the ConstraintSet array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBottom_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_toBottomOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBottom_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_toTopOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBottom_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircle attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layout_constraintCircle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleAngle attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintCircleAngle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleRadius attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintCircleRadius
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintDimensionRatio attribute's value can be found in the ConstraintSet array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintDimensionRatio
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintEnd_toEndOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintEnd_toEndOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintEnd_toStartOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintEnd_toStartOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_begin attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_begin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_end attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_end
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_percent attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintGuide_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_default attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintHeight_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_max attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_min attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_percent attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHeight_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_bias attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_chainStyle attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_weight attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_weight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_creator attribute's value can be found in the ConstraintSet array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintLeft_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_toLeftOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintLeft_toLeftOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_toRightOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintLeft_toRightOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_creator attribute's value can be found in the ConstraintSet array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintRight_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_toLeftOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintRight_toLeftOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_toRightOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintRight_toRightOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintStart_toEndOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintStart_toEndOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintStart_toStartOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintStart_toStartOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTag attribute's value can be found in the ConstraintSet array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintTag
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_creator attribute's value can be found in the ConstraintSet array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintTop_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_toBottomOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintTop_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_toTopOf attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintTop_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_bias attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_chainStyle attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_weight attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_weight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_default attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintWidth_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_max attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_min attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_percent attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintWidth_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteX attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteY attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBaseline attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBottom attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBottom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginEnd attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginEnd
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginLeft attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginLeft
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginRight attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginRight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginStart attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginStart
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginTop attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_marginBaseline attribute's value can be found in the ConstraintSet array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_marginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_wrapBehaviorInParent attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal_only
1
included
0
skipped
3
vertical_only
2
@attr name com.companyname.pawpalsapp:layout_wrapBehaviorInParent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionProgress attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionProgress
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionStagger attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionStagger
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pathMotionArc attribute's value can be found in the ConstraintSet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
flip
3
none
0
startHorizontal
2
startVertical
1
@attr name com.companyname.pawpalsapp:pathMotionArc
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pivotAnchor attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:pivotAnchor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#polarRelativeTo attribute's value can be found in the ConstraintSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:polarRelativeTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionSteps attribute's value can be found in the ConstraintSet array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:quantizeMotionSteps
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionEasing attribute's value can be found in the ConstraintSet array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
accelerate
1
decelerate
2
linear
3
standard
0
@attr name com.companyname.pawpalsapp:transitionEasing
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionPathRotate attribute's value can be found in the ConstraintSet array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:transitionPathRotate
|
static |
Attributes that can be used with a CoordinatorLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:keylines
A reference to an array of integers representing the locations of horizontal keylines in dp from the starting edge.
com.companyname.pawpalsapp:statusBarBackground
Drawable to display behind the status bar when the view is set to draw behind it.
|
static |
@attr description A reference to an array of integers representing the locations of horizontal keylines in dp from the starting edge. Child views can refer to these keylines for alignment using layout_keyline="index" where index is a 0-based index into this array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:keylines
|
static |
Attributes that can be used with a CoordinatorLayout_Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:layout_anchor
The id of an anchor view that this view should position relative to.
com.companyname.pawpalsapp:layout_anchorGravity
Specifies how an object should position relative to an anchor, on both the X and Y axes, within its parent's bounds.
com.companyname.pawpalsapp:layout_behavior
The class name of a Behavior class defining special runtime behavior for this child view.
com.companyname.pawpalsapp:layout_dodgeInsetEdges
Specifies how this view dodges the inset edges of the CoordinatorLayout.
com.companyname.pawpalsapp:layout_insetEdge
Specifies how this view insets the CoordinatorLayout and make some other views dodge it.
com.companyname.pawpalsapp:layout_keyline
The index of a keyline this view should position relative to.
|
static |
This symbol is the offset where the android.R.attr#layout_gravity attribute's value can be found in the CoordinatorLayout_Layout array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
center
11
center_horizontal
1
center_vertical
10
clip_horizontal
8
clip_vertical
80
end
800005
fill
77
fill_horizontal
7
fill_vertical
70
left
3
right
5
start
800003
top
30
@attr name android:layout_gravity
|
static |
@attr description The id of an anchor view that this view should position relative to.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layout_anchor
|
static |
@attr description Specifies how an object should position relative to an anchor, on both the X and Y axes, within its parent's bounds.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
Push object to the bottom of its container, not changing its size.
center
11
Place the object in the center of its container in both the vertical and horizontal axis, not changing its size.
center_horizontal
1
Place object in the horizontal center of its container, not changing its size.
center_vertical
10
Place object in the vertical center of its container, not changing its size.
clip_horizontal
8
Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges.
clip_vertical
80
Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges.
end
800005
Push object to the end of its container, not changing its size.
fill
77
Grow the horizontal and vertical size of the object if needed so it completely fills its container.
fill_horizontal
7
Grow the horizontal size of the object if needed so it completely fills its container.
fill_vertical
70
Grow the vertical size of the object if needed so it completely fills its container.
left
3
Push object to the left of its container, not changing its size.
right
5
Push object to the right of its container, not changing its size.
start
800003
Push object to the beginning of its container, not changing its size.
top
30
Push object to the top of its container, not changing its size.
@attr name com.companyname.pawpalsapp:layout_anchorGravity
|
static |
@attr description The class name of a Behavior class defining special runtime behavior for this child view.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_behavior
|
static |
@attr description Specifies how this view dodges the inset edges of the CoordinatorLayout.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
all
77
Dodge all the inset edges.
bottom
50
Dodge the bottom inset edge.
end
800005
Dodge the end inset edge.
left
3
Dodge the left inset edge.
none
0
Don't dodge any edges
right
5
Dodge the right inset edge.
start
800003
Dodge the start inset edge.
top
30
Dodge the top inset edge.
@attr name com.companyname.pawpalsapp:layout_dodgeInsetEdges
|
static |
@attr description Specifies how this view insets the CoordinatorLayout and make some other views dodge it.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
Inset the bottom edge.
end
800005
Inset the end edge.
left
3
Inset the left edge.
none
0
Don't inset.
right
5
Inset the right edge.
start
800003
Inset the start edge.
top
30
Inset the top edge.
@attr name com.companyname.pawpalsapp:layout_insetEdge
|
static |
@attr description The index of a keyline this view should position relative to. android:layout_gravity will affect how the view aligns to the specified keyline.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_keyline
|
static |
@attr description Drawable to display behind the status bar when the view is set to draw behind it.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:statusBarBackground
|
static |
Attributes that can be used with a CustomAttribute.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:attributeName
com.companyname.pawpalsapp:customBoolean
com.companyname.pawpalsapp:customColorDrawableValue
com.companyname.pawpalsapp:customColorValue
com.companyname.pawpalsapp:customDimension
com.companyname.pawpalsapp:customFloatValue
com.companyname.pawpalsapp:customIntegerValue
com.companyname.pawpalsapp:customPixelDimension
com.companyname.pawpalsapp:customReference
com.companyname.pawpalsapp:customStringValue
com.companyname.pawpalsapp:methodName
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#attributeName attribute's value can be found in the CustomAttribute array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:attributeName
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#customBoolean attribute's value can be found in the CustomAttribute array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:customBoolean
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#customColorDrawableValue attribute's value can be found in the CustomAttribute array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:customColorDrawableValue
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#customColorValue attribute's value can be found in the CustomAttribute array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:customColorValue
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#customDimension attribute's value can be found in the CustomAttribute array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:customDimension
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#customFloatValue attribute's value can be found in the CustomAttribute array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:customFloatValue
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#customIntegerValue attribute's value can be found in the CustomAttribute array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:customIntegerValue
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#customPixelDimension attribute's value can be found in the CustomAttribute array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:customPixelDimension
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#customReference attribute's value can be found in the CustomAttribute array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:customReference
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#customStringValue attribute's value can be found in the CustomAttribute array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:customStringValue
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#methodName attribute's value can be found in the CustomAttribute array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:methodName
|
static |
Attributes that can be used with a DialogPreference.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:dialogIcon
The icon for the dialog.
com.companyname.pawpalsapp:dialogLayout
A layout to be used as the content View for the dialog.
com.companyname.pawpalsapp:dialogMessage
The message in the dialog.
com.companyname.pawpalsapp:dialogTitle
The title in the dialog.
com.companyname.pawpalsapp:negativeButtonText
The negative button text for the dialog.
com.companyname.pawpalsapp:positiveButtonText
The positive button text for the dialog.
|
static |
This symbol is the offset where the android.R.attr#dialogIcon attribute's value can be found in the DialogPreference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:dialogIcon
|
static |
This symbol is the offset where the android.R.attr#dialogLayout attribute's value can be found in the DialogPreference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:dialogLayout
|
static |
This symbol is the offset where the android.R.attr#dialogMessage attribute's value can be found in the DialogPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:dialogMessage
|
static |
This symbol is the offset where the android.R.attr#dialogTitle attribute's value can be found in the DialogPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:dialogTitle
|
static |
This symbol is the offset where the android.R.attr#negativeButtonText attribute's value can be found in the DialogPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:negativeButtonText
|
static |
This symbol is the offset where the android.R.attr#positiveButtonText attribute's value can be found in the DialogPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:positiveButtonText
|
static |
@attr description The icon for the dialog.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dialogIcon
|
static |
@attr description A layout to be used as the content View for the dialog. By default, this shouldn't be needed. If a custom DialogPreference is required, this should be set. For example, the EditTextPreference uses a layout with an EditText as this attribute.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dialogLayout
|
static |
@attr description The message in the dialog. If a dialogLayout is provided and contains a TextView with ID android:id/message, this message will be placed in there.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:dialogMessage
|
static |
@attr description The title in the dialog.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:dialogTitle
|
static |
@attr description The negative button text for the dialog. Set to @null to hide the negative button.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:negativeButtonText
|
static |
@attr description The positive button text for the dialog. Set to @null to hide the positive button.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:positiveButtonText
|
static |
Attributes that can be used with a DrawerArrowToggle.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:arrowHeadLength
The length of the arrow head when formed to make an arrow
com.companyname.pawpalsapp:arrowShaftLength
The length of the shaft when formed to make an arrow
com.companyname.pawpalsapp:barLength
The length of the bars when they are parallel to each other
com.companyname.pawpalsapp:color
The drawing color for the bars
com.companyname.pawpalsapp:drawableSize
The total size of the drawable
com.companyname.pawpalsapp:gapBetweenBars
The max gap between the bars when they are parallel to each other
com.companyname.pawpalsapp:spinBars
Whether bars should rotate or not during transition
com.companyname.pawpalsapp:thickness
The thickness (stroke size) for the bar paint
|
static |
@attr description The length of the arrow head when formed to make an arrow
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:arrowHeadLength
|
static |
@attr description The length of the shaft when formed to make an arrow
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:arrowShaftLength
|
static |
@attr description The length of the bars when they are parallel to each other
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:barLength
|
static |
@attr description The drawing color for the bars
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:color
|
static |
@attr description The total size of the drawable
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:drawableSize
|
static |
@attr description The max gap between the bars when they are parallel to each other
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:gapBetweenBars
|
static |
@attr description Whether bars should rotate or not during transition
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:spinBars
|
static |
@attr description The thickness (stroke size) for the bar paint
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:thickness
|
static |
Attributes that can be used with a DrawerLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
|
static |
@attr description The height difference between the drawer and the base surface. Only takes effect on API 21 and above
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
Attributes that can be used with a EditTextPreference.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:useSimpleSummaryProvider
Whether the preference should automatically set its summary to the value saved for the preference, and update the summary when the value is changed.
|
static |
@attr description Whether the preference should automatically set its summary to the value saved for the preference, and update the summary when the value is changed. Defaults to false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:useSimpleSummaryProvider
|
static |
Attributes that can be used with a ExtendedFloatingActionButton.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:collapsedSize
FAB size when collapsed.
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
com.companyname.pawpalsapp:extendMotionSpec
Motion spec for extend animation.
com.companyname.pawpalsapp:hideMotionSpec
com.companyname.pawpalsapp:showMotionSpec
com.companyname.pawpalsapp:shrinkMotionSpec
Motion spec for shrink animation.
|
static |
Attributes that can be used with a ExtendedFloatingActionButton_Behavior_Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:behavior_autoHide
Whether the FAB should automatically hide when there is no space for it.
com.companyname.pawpalsapp:behavior_autoShrink
Whether the extended FAB should automatically shrink when there is no space for it.
|
static |
@attr description Whether the extended FAB should automatically hide when there is no space for it.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:behavior_autoHide
|
static |
@attr description Whether the extended FAB should automatically shrink when there is no space for it.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:behavior_autoShrink
|
static |
@attr description FAB size when collapsed.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:collapsedSize
|
static |
@attr description Elevation for the ExtendedFloatingActionButton.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
@attr description Motion spec for extend animation. This should be a MotionSpec resource.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:extendMotionSpec
|
static |
@attr description Motion spec for hide animation. This should be a MotionSpec resource.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:hideMotionSpec
|
static |
@attr description Motion spec for show animation. This should be a MotionSpec resource.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:showMotionSpec
|
static |
@attr description Motion spec for shrink animation. This should be a MotionSpec resource.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shrinkMotionSpec
|
static |
Attributes that can be used with a FloatingActionButton.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:backgroundTint
com.companyname.pawpalsapp:backgroundTintMode
Blending mode used to apply the background tint.
com.companyname.pawpalsapp:borderWidth
The width of the border around the FAB.
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
com.companyname.pawpalsapp:ensureMinTouchTargetSize
com.companyname.pawpalsapp:fabCustomSize
Custom size for the FAB.
com.companyname.pawpalsapp:fabSize
Size for the FAB.
com.companyname.pawpalsapp:hideMotionSpec
com.companyname.pawpalsapp:hoveredFocusedTranslationZ
TranslationZ value for the FAB when hovered, focused, or hovered and focused.
com.companyname.pawpalsapp:maxImageSize
Maximum icon image size.
com.companyname.pawpalsapp:pressedTranslationZ
TranslationZ value for the FAB when pressed
com.companyname.pawpalsapp:rippleColor
com.companyname.pawpalsapp:shapeAppearance
Shape appearance style reference to be used to construct a ShapeAppearanceModel.
com.companyname.pawpalsapp:shapeAppearanceOverlay
Shape appearance overlay style reference to be used to modify the shapeAppearance.
com.companyname.pawpalsapp:showMotionSpec
com.companyname.pawpalsapp:useCompatPadding
Enable compat padding.
|
static |
@attr description Whether the FloatingActionButton is enabled
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:enabled
|
static |
@attr description Background for the FloatingActionButton
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundTint
|
static |
@attr description Blending mode used to apply the background tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:backgroundTintMode
|
static |
Attributes that can be used with a FloatingActionButton_Behavior_Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:behavior_autoHide
Whether the FAB should automatically hide when there is no space for it.
|
static |
@attr description Whether the FAB should automatically hide when there is no space for it.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:behavior_autoHide
|
static |
@attr description The width of the border around the FAB.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:borderWidth
|
static |
@attr description Elevation value for the FAB
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
@attr description Whether to extend the bounds of the FloatingActionButton to meet @dimen/mtrl_fab_min_touch_target.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:ensureMinTouchTargetSize
|
static |
@attr description Custom size for the FAB. If this is set, fabSize will be ignored.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:fabCustomSize
|
static |
@attr description Size for the FAB. If fabCustomSize is set, this will be ignored.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
auto
ffffffff
A size which will change based on the window size.
mini
1
The mini sized button.
normal
0
The normal sized button.
@attr name com.companyname.pawpalsapp:fabSize
|
static |
@attr description Motion spec for hide animation. This should be a MotionSpec resource.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:hideMotionSpec
|
static |
@attr description TranslationZ value for the FAB when hovered, focused, or hovered and focused.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:hoveredFocusedTranslationZ
|
static |
@attr description Maximum icon image size.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:maxImageSize
|
static |
@attr description TranslationZ value for the FAB when pressed
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:pressedTranslationZ
|
static |
@attr description Ripple color for the FAB.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:rippleColor
|
static |
@attr description Shape appearance style reference for FloatingActionButton. Attribute declaration is in the shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearance
|
static |
@attr description Shape appearance overlay style reference for FloatingActionButton.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearanceOverlay
|
static |
@attr description Motion spec for show animation. This should be a MotionSpec resource.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:showMotionSpec
|
static |
@attr description Enable compat padding.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:useCompatPadding
|
static |
Attributes that can be used with a FlowLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:itemSpacing
Horizontal spacing between two items being laid out.
com.companyname.pawpalsapp:lineSpacing
Vertical Spacing between two lines of items being laid out.
|
static |
@attr description Horizontal spacing between two items being laid out.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemSpacing
|
static |
@attr description Vertical Spacing between two lines of items being laid out.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:lineSpacing
|
static |
Attributes that can be used with a FontFamily.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:fontProviderAuthority
The authority of the Font Provider to be used for the request.
com.companyname.pawpalsapp:fontProviderCerts
The sets of hashes for the certificates the provider should be signed with.
com.companyname.pawpalsapp:fontProviderFetchStrategy
The strategy to be used when fetching font data from a font provider in XML layouts.
com.companyname.pawpalsapp:fontProviderFetchTimeout
The length of the timeout during fetching.
com.companyname.pawpalsapp:fontProviderPackage
The package for the Font Provider to be used for the request.
com.companyname.pawpalsapp:fontProviderQuery
The query to be sent over to the provider.
com.companyname.pawpalsapp:fontProviderSystemFontFamily
Provides the system font family name to check before downloading the font.
|
static |
@attr description The authority of the Font Provider to be used for the request.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fontProviderAuthority
|
static |
@attr description The sets of hashes for the certificates the provider should be signed with. This is used to verify the identity of the provider, and is only required if the provider is not part of the system image. This value may point to one list or a list of lists, where each individual list represents one collection of signature hashes. Refer to your font provider's documentation for these values.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:fontProviderCerts
|
static |
@attr description The strategy to be used when fetching font data from a font provider in XML layouts. This attribute is ignored when the resource is loaded from code, as it is equivalent to the choice of API between androidx.core.content.res.ResourcesCompat#getFont(Context, int) (blocking) and androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler) (async).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
async
1
The async font fetch works as follows. First, check the local cache, then if the requeted font is not cached, trigger a request the font and continue with layout inflation. Once the font fetch succeeds, the target text view will be refreshed with the downloaded font data. The fontProviderFetchTimeout will be ignored if async loading is specified.
blocking
0
The blocking font fetch works as follows. First, check the local cache, then if the requested font is not cached, request the font from the provider and wait until it is finished. You can change the length of the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the default typeface will be used instead.
@attr name com.companyname.pawpalsapp:fontProviderFetchStrategy
|
static |
@attr description The length of the timeout during fetching.
May be an integer value, such as "<code>100</code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
forever
ffffffff
A special value for the timeout. In this case, the blocking font fetching will not timeout and wait until a reply is received from the font provider.
@attr name com.companyname.pawpalsapp:fontProviderFetchTimeout
|
static |
@attr description The package for the Font Provider to be used for the request. This is used to verify the identity of the provider.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fontProviderPackage
|
static |
@attr description The query to be sent over to the provider. Refer to your font provider's documentation on the format of this string.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fontProviderQuery
|
static |
@attr description Provides the system font family name to check before downloading the font. For example if the fontProviderQuery asked for "Sans Serif", it is possible to define fontProviderSystemFontFamily as "sans-serif" to tell the system to use "sans-serif" font family if it exists on the system.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fontProviderSystemFontFamily
|
static |
Attributes that can be used with a FontFamilyFont.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:font
The reference to the font file to be used.
com.companyname.pawpalsapp:fontStyle
The style of the given font file.
com.companyname.pawpalsapp:fontVariationSettings
OpenType font variation settings, available after api 26.
com.companyname.pawpalsapp:fontWeight
The weight of the given font file.
com.companyname.pawpalsapp:ttcIndex
The index of the font in the tcc font file.
|
static |
This symbol is the offset where the android.R.attr#font attribute's value can be found in the FontFamilyFont array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:font
|
static |
@attr description References to the framework attrs
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
italic
1
normal
0
@attr name android:fontStyle
|
static |
This symbol is the offset where the android.R.attr#fontVariationSettings attribute's value can be found in the FontFamilyFont array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:fontVariationSettings
|
static |
This symbol is the offset where the android.R.attr#fontWeight attribute's value can be found in the FontFamilyFont array.
May be an integer value, such as "<code>100</code>".
@attr name android:fontWeight
|
static |
This symbol is the offset where the android.R.attr#ttcIndex attribute's value can be found in the FontFamilyFont array.
May be an integer value, such as "<code>100</code>".
@attr name android:ttcIndex
|
static |
@attr description The reference to the font file to be used. This should be a file in the res/font folder and should therefore have an R reference value. E.g. @font/myfont
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:font
|
static |
@attr description The style of the given font file. This will be used when the font is being loaded into the font stack and will override any style information in the font's header tables. If unspecified, the value in the font's header tables will be used.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
italic
1
normal
0
@attr name com.companyname.pawpalsapp:fontStyle
|
static |
@attr description The variation settings to be applied to the font. The string should be in the following format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be used, or the font used does not support variation settings, this attribute needs not be specified.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fontVariationSettings
|
static |
@attr description The weight of the given font file. This will be used when the font is being loaded into the font stack and will override any weight information in the font's header tables. Must be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most common values are 400 for regular weight and 700 for bold weight. If unspecified, the value in the font's header tables will be used.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:fontWeight
|
static |
@attr description The index of the font in the tcc font file. If the font file referenced is not in the tcc format, this attribute needs not be specified.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:ttcIndex
|
static |
Attributes that can be used with a ForegroundLinearLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:foregroundInsidePadding
Do not expose publicly, used by ForegroundLinearLayout but never set by any style.
|
static |
This symbol is the offset where the android.R.attr#foreground attribute's value can be found in the ForegroundLinearLayout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:foreground
|
static |
This symbol is the offset where the android.R.attr#foregroundGravity attribute's value can be found in the ForegroundLinearLayout array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
center
11
center_horizontal
1
center_vertical
10
clip_horizontal
8
clip_vertical
80
fill
77
fill_horizontal
7
fill_vertical
70
left
3
right
5
top
30
@attr name android:foregroundGravity
|
static |
@attr description Do not expose publicly, used by ForegroundLinearLayout but never set by any style.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:foregroundInsidePadding
|
static |
Attributes that can be used with a Fragment.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the Fragment array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
This symbol is the offset where the android.R.attr#name attribute's value can be found in the Fragment array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:name
|
static |
This symbol is the offset where the android.R.attr#tag attribute's value can be found in the Fragment array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:tag
|
static |
Attributes that can be used with a FragmentContainerView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#name attribute's value can be found in the FragmentContainerView array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:name
|
static |
This symbol is the offset where the android.R.attr#tag attribute's value can be found in the FragmentContainerView array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:tag
|
static |
Attributes that can be used with a GradientColor.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description Optional center color.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:centerColor
|
static |
@attr description X coordinate of the center of the gradient within the path.
May be a floating point value, such as "<code>1.2</code>".
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:centerX
|
static |
@attr description Y coordinate of the center of the gradient within the path.
May be a floating point value, such as "<code>1.2</code>".
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:centerY
|
static |
@attr description End color of the gradient.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:endColor
|
static |
@attr description X coordinate of the end point origin of the gradient. Defined in same coordinates as the path itself
May be a floating point value, such as "<code>1.2</code>".
@attr name android:endX
|
static |
@attr description Y coordinate of the end point of the gradient within the shape. Defined in same coordinates as the path itself
May be a floating point value, such as "<code>1.2</code>".
@attr name android:endY
|
static |
@attr description Radius of the gradient, used only with radial gradient.
May be a floating point value, such as "<code>1.2</code>".
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:gradientRadius
|
static |
@attr description Start color of the gradient.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:startColor
|
static |
@attr description X coordinate of the start point origin of the gradient. Defined in same coordinates as the path itself
May be a floating point value, such as "<code>1.2</code>".
@attr name android:startX
|
static |
@attr description Y coordinate of the start point of the gradient within the shape. Defined in same coordinates as the path itself
May be a floating point value, such as "<code>1.2</code>".
@attr name android:startY
|
static |
@attr description Defines the tile mode of the gradient. SweepGradient doesn't support tiling.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
clamp
0
disabled
ffffffff
mirror
2
repeat
1
@attr name android:tileMode
|
static |
@attr description Type of gradient. The default type is linear.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
linear
0
radial
1
sweep
2
@attr name android:type
|
static |
Attributes that can be used with a GradientColorItem.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description The current color for the offset inside the gradient.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:color
|
static |
@attr description The offset (or ratio) of this current color item inside the gradient. The value is only meaningful when it is between 0 and 1.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:offset
|
static |
Attributes that can be used with a ImageFilterView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:altSrc
com.companyname.pawpalsapp:blendSrc
com.companyname.pawpalsapp:brightness
com.companyname.pawpalsapp:contrast
com.companyname.pawpalsapp:crossfade
com.companyname.pawpalsapp:imagePanX
com.companyname.pawpalsapp:imagePanY
com.companyname.pawpalsapp:imageRotate
com.companyname.pawpalsapp:imageZoom
com.companyname.pawpalsapp:overlay
com.companyname.pawpalsapp:round
com.companyname.pawpalsapp:roundPercent
com.companyname.pawpalsapp:saturation
com.companyname.pawpalsapp:warmth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#altSrc attribute's value can be found in the ImageFilterView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:altSrc
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#blendSrc attribute's value can be found in the ImageFilterView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:blendSrc
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#brightness attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:brightness
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#contrast attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:contrast
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#crossfade attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:crossfade
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#imagePanX attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:imagePanX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#imagePanY attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:imagePanY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#imageRotate attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:imageRotate
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#imageZoom attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:imageZoom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#overlay attribute's value can be found in the ImageFilterView array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:overlay
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#round attribute's value can be found in the ImageFilterView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:round
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#roundPercent attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:roundPercent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#saturation attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:saturation
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#warmth attribute's value can be found in the ImageFilterView array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:warmth
|
static |
Attributes that can be used with a include.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:constraintSet
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraintSet attribute's value can be found in the include array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:constraintSet
|
static |
Attributes that can be used with a Insets.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:paddingBottomSystemWindowInsets
Just adding the parameters that we need for now.
com.companyname.pawpalsapp:paddingLeftSystemWindowInsets
|
static |
@attr description Just adding the parameters that we need for now. We can add others if we need them, but ideally we'll be able to use https://github.com/chrisbanes/insetter once it's ready.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingBottomSystemWindowInsets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#paddingLeftSystemWindowInsets attribute's value can be found in the Insets array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingLeftSystemWindowInsets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#paddingRightSystemWindowInsets attribute's value can be found in the Insets array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingRightSystemWindowInsets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#paddingTopSystemWindowInsets attribute's value can be found in the Insets array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:paddingTopSystemWindowInsets
|
static |
This defines the collectionViewStyle attribute so that we can use it to add the scrollbars style to the CollectionView/CarouselView renderers.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#collectionViewStyle attribute's value can be found in the ItemsViewRendererTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:collectionViewStyle
|
static |
Attributes that can be used with a KeyAttribute.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:curveFit
com.companyname.pawpalsapp:framePosition
com.companyname.pawpalsapp:motionProgress
com.companyname.pawpalsapp:motionTarget
com.companyname.pawpalsapp:transformPivotTarget
com.companyname.pawpalsapp:transitionEasing
com.companyname.pawpalsapp:transitionPathRotate
|
static |
@attr description interpolated
May be a floating point value, such as "<code>1.2</code>".
@attr name android:alpha
|
static |
This symbol is the offset where the android.R.attr#elevation attribute's value can be found in the KeyAttribute array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:elevation
|
static |
This symbol is the offset where the android.R.attr#rotation attribute's value can be found in the KeyAttribute array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotation
|
static |
This symbol is the offset where the android.R.attr#rotationX attribute's value can be found in the KeyAttribute array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationX
|
static |
This symbol is the offset where the android.R.attr#rotationY attribute's value can be found in the KeyAttribute array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationY
|
static |
This symbol is the offset where the android.R.attr#scaleX attribute's value can be found in the KeyAttribute array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleX
|
static |
This symbol is the offset where the android.R.attr#scaleY attribute's value can be found in the KeyAttribute array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleY
|
static |
This symbol is the offset where the android.R.attr#transformPivotX attribute's value can be found in the KeyAttribute array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotX
|
static |
This symbol is the offset where the android.R.attr#transformPivotY attribute's value can be found in the KeyAttribute array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotY
|
static |
This symbol is the offset where the android.R.attr#translationX attribute's value can be found in the KeyAttribute array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationX
|
static |
This symbol is the offset where the android.R.attr#translationY attribute's value can be found in the KeyAttribute array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationY
|
static |
This symbol is the offset where the android.R.attr#translationZ attribute's value can be found in the KeyAttribute array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationZ
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#curveFit attribute's value can be found in the KeyAttribute array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
linear
1
spline
0
@attr name com.companyname.pawpalsapp:curveFit
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#framePosition attribute's value can be found in the KeyAttribute array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:framePosition
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionProgress attribute's value can be found in the KeyAttribute array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionProgress
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionTarget attribute's value can be found in the KeyAttribute array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:motionTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transformPivotTarget attribute's value can be found in the KeyAttribute array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:transformPivotTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionEasing attribute's value can be found in the KeyAttribute array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
accelerate
1
decelerate
2
linear
3
standard
0
@attr name com.companyname.pawpalsapp:transitionEasing
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionPathRotate attribute's value can be found in the KeyAttribute array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:transitionPathRotate
|
static |
Attributes that can be used with a KeyCycle.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:curveFit
com.companyname.pawpalsapp:framePosition
com.companyname.pawpalsapp:motionProgress
com.companyname.pawpalsapp:motionTarget
com.companyname.pawpalsapp:transitionEasing
com.companyname.pawpalsapp:transitionPathRotate
com.companyname.pawpalsapp:waveOffset
com.companyname.pawpalsapp:wavePeriod
com.companyname.pawpalsapp:wavePhase
com.companyname.pawpalsapp:waveShape
com.companyname.pawpalsapp:waveVariesBy
|
static |
This symbol is the offset where the android.R.attr#alpha attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:alpha
|
static |
This symbol is the offset where the android.R.attr#elevation attribute's value can be found in the KeyCycle array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:elevation
|
static |
This symbol is the offset where the android.R.attr#rotation attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotation
|
static |
This symbol is the offset where the android.R.attr#rotationX attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationX
|
static |
This symbol is the offset where the android.R.attr#rotationY attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationY
|
static |
This symbol is the offset where the android.R.attr#scaleX attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleX
|
static |
This symbol is the offset where the android.R.attr#scaleY attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleY
|
static |
This symbol is the offset where the android.R.attr#translationX attribute's value can be found in the KeyCycle array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationX
|
static |
This symbol is the offset where the android.R.attr#translationY attribute's value can be found in the KeyCycle array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationY
|
static |
This symbol is the offset where the android.R.attr#translationZ attribute's value can be found in the KeyCycle array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationZ
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#curveFit attribute's value can be found in the KeyCycle array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
linear
1
spline
0
@attr name com.companyname.pawpalsapp:curveFit
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#framePosition attribute's value can be found in the KeyCycle array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:framePosition
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionProgress attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionProgress
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionTarget attribute's value can be found in the KeyCycle array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:motionTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionEasing attribute's value can be found in the KeyCycle array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
accelerate
1
decelerate
2
linear
3
standard
0
@attr name com.companyname.pawpalsapp:transitionEasing
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionPathRotate attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:transitionPathRotate
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#waveOffset attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:waveOffset
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#wavePeriod attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:wavePeriod
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#wavePhase attribute's value can be found in the KeyCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:wavePhase
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#waveShape attribute's value can be found in the KeyCycle array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bounce
6
cos
5
reverseSawtooth
4
sawtooth
3
sin
0
square
1
triangle
2
@attr name com.companyname.pawpalsapp:waveShape
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#waveVariesBy attribute's value can be found in the KeyCycle array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
path
1
position
0
@attr name com.companyname.pawpalsapp:waveVariesBy
|
static |
|
static |
|
static |
|
static |
Attributes that can be used with a KeyPosition.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:curveFit
com.companyname.pawpalsapp:drawPath
com.companyname.pawpalsapp:framePosition
com.companyname.pawpalsapp:keyPositionType
How this keyframe's deviation for linear path is calculated.
com.companyname.pawpalsapp:motionTarget
com.companyname.pawpalsapp:pathMotionArc
com.companyname.pawpalsapp:percentHeight
Percent of change in the width.
com.companyname.pawpalsapp:percentWidth
Percent of change in the width.
com.companyname.pawpalsapp:percentX
Percent distance from start to end along X axis (deltaRelative) or along the path in pathRelative.
com.companyname.pawpalsapp:percentY
Percent distance from start to end along Y axis (deltaRelative) or perpendicular to the path in pathRelative.
com.companyname.pawpalsapp:sizePercent
com.companyname.pawpalsapp:transitionEasing
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#curveFit attribute's value can be found in the KeyPosition array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
linear
1
spline
0
@attr name com.companyname.pawpalsapp:curveFit
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawPath attribute's value can be found in the KeyPosition array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
asConfigured
4
deltaRelative
3
none
0
path
1
pathRelative
2
rectangles
5
@attr name com.companyname.pawpalsapp:drawPath
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#framePosition attribute's value can be found in the KeyPosition array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:framePosition
|
static |
@attr description How this keyframe's deviation for linear path is calculated.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
deltaRelative
0
parentRelative
2
pathRelative
1
@attr name com.companyname.pawpalsapp:keyPositionType
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionTarget attribute's value can be found in the KeyPosition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:motionTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pathMotionArc attribute's value can be found in the KeyPosition array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
flip
3
none
0
startHorizontal
2
startVertical
1
@attr name com.companyname.pawpalsapp:pathMotionArc
|
static |
@attr description Percent of change in the width. Note if the width does not change this has no effect.This overrides sizePercent.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:percentHeight
|
static |
@attr description Percent of change in the width. Note if the width does not change this has no effect.This overrides sizePercent.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:percentWidth
|
static |
@attr description Percent distance from start to end along X axis (deltaRelative) or along the path in pathRelative.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:percentX
|
static |
@attr description Percent distance from start to end along Y axis (deltaRelative) or perpendicular to the path in pathRelative.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:percentY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#sizePercent attribute's value can be found in the KeyPosition array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:sizePercent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionEasing attribute's value can be found in the KeyPosition array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
accelerate
1
decelerate
2
linear
3
standard
0
@attr name com.companyname.pawpalsapp:transitionEasing
|
static |
Attributes that can be used with a KeyTimeCycle.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:curveFit
com.companyname.pawpalsapp:framePosition
com.companyname.pawpalsapp:motionProgress
com.companyname.pawpalsapp:motionTarget
com.companyname.pawpalsapp:transitionEasing
com.companyname.pawpalsapp:transitionPathRotate
com.companyname.pawpalsapp:waveDecay
com.companyname.pawpalsapp:waveOffset
com.companyname.pawpalsapp:wavePeriod
com.companyname.pawpalsapp:wavePhase
com.companyname.pawpalsapp:waveShape
|
static |
@attr description interpolated
May be a floating point value, such as "<code>1.2</code>".
@attr name android:alpha
|
static |
This symbol is the offset where the android.R.attr#elevation attribute's value can be found in the KeyTimeCycle array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:elevation
|
static |
This symbol is the offset where the android.R.attr#rotation attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotation
|
static |
This symbol is the offset where the android.R.attr#rotationX attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationX
|
static |
This symbol is the offset where the android.R.attr#rotationY attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationY
|
static |
This symbol is the offset where the android.R.attr#scaleX attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleX
|
static |
This symbol is the offset where the android.R.attr#scaleY attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleY
|
static |
This symbol is the offset where the android.R.attr#translationX attribute's value can be found in the KeyTimeCycle array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationX
|
static |
This symbol is the offset where the android.R.attr#translationY attribute's value can be found in the KeyTimeCycle array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationY
|
static |
This symbol is the offset where the android.R.attr#translationZ attribute's value can be found in the KeyTimeCycle array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationZ
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#curveFit attribute's value can be found in the KeyTimeCycle array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
linear
1
spline
0
@attr name com.companyname.pawpalsapp:curveFit
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#framePosition attribute's value can be found in the KeyTimeCycle array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:framePosition
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionProgress attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionProgress
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionTarget attribute's value can be found in the KeyTimeCycle array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:motionTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionEasing attribute's value can be found in the KeyTimeCycle array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
accelerate
1
decelerate
2
linear
3
standard
0
@attr name com.companyname.pawpalsapp:transitionEasing
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionPathRotate attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:transitionPathRotate
|
static |
@attr description The time in milliseconds before the wave decays to less than 1/256
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:waveDecay
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#waveOffset attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:waveOffset
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#wavePeriod attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:wavePeriod
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#wavePhase attribute's value can be found in the KeyTimeCycle array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:wavePhase
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#waveShape attribute's value can be found in the KeyTimeCycle array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bounce
6
cos
5
reverseSawtooth
4
sawtooth
3
sin
0
square
1
triangle
2
@attr name com.companyname.pawpalsapp:waveShape
|
static |
Attributes that can be used with a KeyTrigger.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:framePosition
com.companyname.pawpalsapp:motionTarget
com.companyname.pawpalsapp:motion_postLayoutCollision
com.companyname.pawpalsapp:motion_triggerOnCollision
Trigger if the motionTarget collides with the other motionTarget
com.companyname.pawpalsapp:onCross
com.companyname.pawpalsapp:onNegativeCross
com.companyname.pawpalsapp:onPositiveCross
com.companyname.pawpalsapp:triggerId
The id of this trigger use when a callback listens for triggers
com.companyname.pawpalsapp:triggerReceiver
com.companyname.pawpalsapp:triggerSlack
com.companyname.pawpalsapp:viewTransitionOnCross
com.companyname.pawpalsapp:viewTransitionOnNegativeCross
com.companyname.pawpalsapp:viewTransitionOnPositiveCross
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#framePosition attribute's value can be found in the KeyTrigger array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:framePosition
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motion_postLayoutCollision attribute's value can be found in the KeyTrigger array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:motion_postLayoutCollision
|
static |
@attr description Trigger if the motionTarget collides with the other motionTarget
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:motion_triggerOnCollision
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionTarget attribute's value can be found in the KeyTrigger array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:motionTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#onCross attribute's value can be found in the KeyTrigger array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:onCross
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#onNegativeCross attribute's value can be found in the KeyTrigger array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:onNegativeCross
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#onPositiveCross attribute's value can be found in the KeyTrigger array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:onPositiveCross
|
static |
@attr description The id of this trigger use when a callback listens for triggers
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:triggerId
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#triggerReceiver attribute's value can be found in the KeyTrigger array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:triggerReceiver
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#triggerSlack attribute's value can be found in the KeyTrigger array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:triggerSlack
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#viewTransitionOnCross attribute's value can be found in the KeyTrigger array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:viewTransitionOnCross
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#viewTransitionOnNegativeCross attribute's value can be found in the KeyTrigger array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:viewTransitionOnNegativeCross
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#viewTransitionOnPositiveCross attribute's value can be found in the KeyTrigger array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:viewTransitionOnPositiveCross
|
static |
Attributes that can be used with a Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:barrierAllowsGoneWidgets
com.companyname.pawpalsapp:barrierDirection
com.companyname.pawpalsapp:barrierMargin
com.companyname.pawpalsapp:chainUseRtl
com.companyname.pawpalsapp:constraint_referenced_ids
com.companyname.pawpalsapp:constraint_referenced_tags
com.companyname.pawpalsapp:layout_constrainedHeight
com.companyname.pawpalsapp:layout_constrainedWidth
com.companyname.pawpalsapp:layout_constraintBaseline_creator
com.companyname.pawpalsapp:layout_constraintBaseline_toBaselineOf
com.companyname.pawpalsapp:layout_constraintBaseline_toBottomOf
com.companyname.pawpalsapp:layout_constraintBaseline_toTopOf
com.companyname.pawpalsapp:layout_constraintBottom_creator
com.companyname.pawpalsapp:layout_constraintBottom_toBottomOf
com.companyname.pawpalsapp:layout_constraintBottom_toTopOf
com.companyname.pawpalsapp:layout_constraintCircle
com.companyname.pawpalsapp:layout_constraintCircleAngle
com.companyname.pawpalsapp:layout_constraintCircleRadius
com.companyname.pawpalsapp:layout_constraintDimensionRatio
com.companyname.pawpalsapp:layout_constraintEnd_toEndOf
com.companyname.pawpalsapp:layout_constraintEnd_toStartOf
com.companyname.pawpalsapp:layout_constraintGuide_begin
com.companyname.pawpalsapp:layout_constraintGuide_end
com.companyname.pawpalsapp:layout_constraintGuide_percent
com.companyname.pawpalsapp:layout_constraintHeight
com.companyname.pawpalsapp:layout_constraintHeight_default
com.companyname.pawpalsapp:layout_constraintHeight_max
com.companyname.pawpalsapp:layout_constraintHeight_min
com.companyname.pawpalsapp:layout_constraintHeight_percent
com.companyname.pawpalsapp:layout_constraintHorizontal_bias
com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
com.companyname.pawpalsapp:layout_constraintHorizontal_weight
com.companyname.pawpalsapp:layout_constraintLeft_creator
com.companyname.pawpalsapp:layout_constraintLeft_toLeftOf
com.companyname.pawpalsapp:layout_constraintLeft_toRightOf
com.companyname.pawpalsapp:layout_constraintRight_creator
com.companyname.pawpalsapp:layout_constraintRight_toLeftOf
com.companyname.pawpalsapp:layout_constraintRight_toRightOf
com.companyname.pawpalsapp:layout_constraintStart_toEndOf
com.companyname.pawpalsapp:layout_constraintStart_toStartOf
com.companyname.pawpalsapp:layout_constraintTop_creator
com.companyname.pawpalsapp:layout_constraintTop_toBottomOf
com.companyname.pawpalsapp:layout_constraintTop_toTopOf
com.companyname.pawpalsapp:layout_constraintVertical_bias
com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
com.companyname.pawpalsapp:layout_constraintVertical_weight
com.companyname.pawpalsapp:layout_constraintWidth
com.companyname.pawpalsapp:layout_constraintWidth_default
com.companyname.pawpalsapp:layout_constraintWidth_max
com.companyname.pawpalsapp:layout_constraintWidth_min
com.companyname.pawpalsapp:layout_constraintWidth_percent
com.companyname.pawpalsapp:layout_editor_absoluteX
com.companyname.pawpalsapp:layout_editor_absoluteY
com.companyname.pawpalsapp:layout_goneMarginBaseline
com.companyname.pawpalsapp:layout_goneMarginBottom
com.companyname.pawpalsapp:layout_goneMarginEnd
com.companyname.pawpalsapp:layout_goneMarginLeft
com.companyname.pawpalsapp:layout_goneMarginRight
com.companyname.pawpalsapp:layout_goneMarginStart
com.companyname.pawpalsapp:layout_goneMarginTop
com.companyname.pawpalsapp:layout_marginBaseline
com.companyname.pawpalsapp:layout_wrapBehaviorInParent
com.companyname.pawpalsapp:maxHeight
com.companyname.pawpalsapp:maxWidth
com.companyname.pawpalsapp:minHeight
com.companyname.pawpalsapp:minWidth
|
static |
This symbol is the offset where the android.R.attr#layout_height attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_height
|
static |
This symbol is the offset where the android.R.attr#layout_marginBottom attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginBottom
|
static |
This symbol is the offset where the android.R.attr#layout_marginEnd attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginEnd
|
static |
This symbol is the offset where the android.R.attr#layout_marginLeft attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginLeft
|
static |
This symbol is the offset where the android.R.attr#layout_marginRight attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginRight
|
static |
This symbol is the offset where the android.R.attr#layout_marginStart attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginStart
|
static |
This symbol is the offset where the android.R.attr#layout_marginTop attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_marginTop
|
static |
This symbol is the offset where the android.R.attr#layout_width attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_width
|
static |
This symbol is the offset where the android.R.attr#orientation attribute's value can be found in the Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal
0
vertical
1
@attr name android:orientation
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierAllowsGoneWidgets attribute's value can be found in the Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:barrierAllowsGoneWidgets
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierDirection attribute's value can be found in the Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
3
end
6
left
0
right
1
start
5
top
2
@attr name com.companyname.pawpalsapp:barrierDirection
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#barrierMargin attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:barrierMargin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#chainUseRtl attribute's value can be found in the Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:chainUseRtl
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraint_referenced_ids attribute's value can be found in the Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:constraint_referenced_ids
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraint_referenced_tags attribute's value can be found in the Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:constraint_referenced_tags
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedHeight attribute's value can be found in the Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constrainedWidth attribute's value can be found in the Layout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:layout_constrainedWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_creator attribute's value can be found in the Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toBaselineOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toBaselineOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toBottomOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBaseline_toTopOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBaseline_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_creator attribute's value can be found in the Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintBottom_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_toBottomOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBottom_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintBottom_toTopOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintBottom_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircle attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layout_constraintCircle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleAngle attribute's value can be found in the Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintCircleAngle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintCircleRadius attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintCircleRadius
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintDimensionRatio attribute's value can be found in the Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintDimensionRatio
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintEnd_toEndOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintEnd_toEndOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintEnd_toStartOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintEnd_toStartOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_begin attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_begin
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_end attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_constraintGuide_end
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintGuide_percent attribute's value can be found in the Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintGuide_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight attribute's value can be found in the Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
match_constraint
fffffffd
match_parent
ffffffff
wrap_content
fffffffe
wrap_content_constrained
fffffffc
@attr name com.companyname.pawpalsapp:layout_constraintHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_default attribute's value can be found in the Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintHeight_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_max attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_min attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintHeight_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHeight_percent attribute's value can be found in the Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHeight_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_bias attribute's value can be found in the Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_chainStyle attribute's value can be found in the Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintHorizontal_weight attribute's value can be found in the Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintHorizontal_weight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_creator attribute's value can be found in the Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintLeft_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_toLeftOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintLeft_toLeftOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintLeft_toRightOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintLeft_toRightOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_creator attribute's value can be found in the Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintRight_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_toLeftOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintRight_toLeftOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintRight_toRightOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintRight_toRightOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintStart_toEndOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintStart_toEndOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintStart_toStartOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintStart_toStartOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_creator attribute's value can be found in the Layout array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:layout_constraintTop_creator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_toBottomOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintTop_toBottomOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTop_toTopOf attribute's value can be found in the Layout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
parent
0
@attr name com.companyname.pawpalsapp:layout_constraintTop_toTopOf
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_bias attribute's value can be found in the Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_bias
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_chainStyle attribute's value can be found in the Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
packed
2
spread
0
spread_inside
1
@attr name com.companyname.pawpalsapp:layout_constraintVertical_chainStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintVertical_weight attribute's value can be found in the Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintVertical_weight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth attribute's value can be found in the Layout array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
match_constraint
fffffffd
match_parent
ffffffff
wrap_content
fffffffe
wrap_content_constrained
fffffffc
@attr name com.companyname.pawpalsapp:layout_constraintWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_default attribute's value can be found in the Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
percent
2
spread
0
wrap
1
@attr name com.companyname.pawpalsapp:layout_constraintWidth_default
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_max attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_min attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
wrap
fffffffe
@attr name com.companyname.pawpalsapp:layout_constraintWidth_min
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintWidth_percent attribute's value can be found in the Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:layout_constraintWidth_percent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteX attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_editor_absoluteY attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_editor_absoluteY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBaseline attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginBottom attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginBottom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginEnd attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginEnd
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginLeft attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginLeft
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginRight attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginRight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginStart attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginStart
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_goneMarginTop attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_goneMarginTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_marginBaseline attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:layout_marginBaseline
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_wrapBehaviorInParent attribute's value can be found in the Layout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal_only
1
included
0
skipped
3
vertical_only
2
@attr name com.companyname.pawpalsapp:layout_wrapBehaviorInParent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#maxHeight attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:maxHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#maxWidth attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:maxWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#minHeight attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:minHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#minWidth attribute's value can be found in the Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:minWidth
|
static |
Attributes that can be used with a LinearLayoutCompat.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
android:baselineAlignedChildIndex
com.companyname.pawpalsapp:divider
Specifies the drawable used for item dividers.
com.companyname.pawpalsapp:dividerPadding
Size of padding on either end of a divider.
com.companyname.pawpalsapp:measureWithLargestChild
When set to true, all children with a weight will be considered having the minimum size of the largest child.
com.companyname.pawpalsapp:showDividers
Setting for which dividers to show.
|
static |
@attr description When set to false, prevents the layout from aligning its children's baselines. This attribute is particularly useful when the children use different values for gravity. The default value is true.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:baselineAligned
|
static |
@attr description When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView).
May be an integer value, such as "<code>100</code>".
@attr name android:baselineAlignedChildIndex
|
static |
This symbol is the offset where the android.R.attr#gravity attribute's value can be found in the LinearLayoutCompat array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
center
11
center_horizontal
1
center_vertical
10
clip_horizontal
8
clip_vertical
80
end
800005
fill
77
fill_horizontal
7
fill_vertical
70
left
3
right
5
start
800003
top
30
@attr name android:gravity
|
static |
@attr description Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column. The default is horizontal.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal
0
vertical
1
@attr name android:orientation
|
static |
@attr description Defines the maximum weight sum. If unspecified, the sum is computed by adding the layout_weight of all of the children. This can be used for instance to give a single child 50% of the total available space by giving it a layout_weight of 0.5 and setting the weightSum to 1.0.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:weightSum
|
static |
@attr description Drawable to use as a vertical divider between buttons.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:divider
|
static |
@attr description Size of padding on either end of a divider.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:dividerPadding
|
static |
Attributes that can be used with a LinearLayoutCompat_Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#layout_gravity attribute's value can be found in the LinearLayoutCompat_Layout array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
center
11
center_horizontal
1
center_vertical
10
clip_horizontal
8
clip_vertical
80
end
800005
fill
77
fill_horizontal
7
fill_vertical
70
left
3
right
5
start
800003
top
30
@attr name android:layout_gravity
|
static |
This symbol is the offset where the android.R.attr#layout_height attribute's value can be found in the LinearLayoutCompat_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_height
|
static |
This symbol is the offset where the android.R.attr#layout_weight attribute's value can be found in the LinearLayoutCompat_Layout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:layout_weight
|
static |
This symbol is the offset where the android.R.attr#layout_width attribute's value can be found in the LinearLayoutCompat_Layout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:layout_width
|
static |
@attr description When set to true, all children with a weight will be considered having the minimum size of the largest child. If false, all children are measured normally.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:measureWithLargestChild
|
static |
@attr description Setting for which dividers to show.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
beginning
1
end
4
middle
2
none
0
@attr name com.companyname.pawpalsapp:showDividers
|
static |
Attributes that can be used with a LinearProgressIndicator.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:indeterminateAnimationType
The animation style of the indeterminate mode.
com.companyname.pawpalsapp:indicatorDirectionLinear
The direction in which the linear indicator progresses, in the determinate mode, and is animated, in the indeterminate mode.
|
static |
@attr description The animation style of the indeterminate mode.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
contiguous
0
The track will be filled with three adjacent segments in iterative different colors. This type is only available when there are three or more indicator colors.
disjoint
1
There will be two disjoint segments in the same color per cycle. The color iterates between cycles.
@attr name com.companyname.pawpalsapp:indeterminateAnimationType
|
static |
@attr description The direction in which the linear indicator progresses, in the determinate mode, and is animated, in the indeterminate mode.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
endToStart
3
Animated from the end position to the start position of the track. This will be same as the rightToLeft for API before 17.
leftToRight
0
Animated from the left end to the right end of the track.
rightToLeft
1
Animated from the right end to the left end of the track.
startToEnd
2
Animated from the start position to the end position of the track. This will be same as the leftToRight for API before 17.
@attr name com.companyname.pawpalsapp:indicatorDirectionLinear
|
static |
Attributes that can be used with a ListPopupWindow.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description Amount of pixels by which the drop down should be offset horizontally.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:dropDownHorizontalOffset
|
static |
@attr description Amount of pixels by which the drop down should be offset vertically.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:dropDownVerticalOffset
|
static |
Attributes that can be used with a ListPreference.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:entries
The human-readable array to present as a list.
com.companyname.pawpalsapp:entryValues
The array to find the value to save for a preference when an entry from entries is selected.
com.companyname.pawpalsapp:useSimpleSummaryProvider
Whether the preference should automatically set its summary to the value saved for the preference, and update the summary when the value is changed.
|
static |
This symbol is the offset where the android.R.attr#entries attribute's value can be found in the ListPreference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:entries
|
static |
This symbol is the offset where the android.R.attr#entryValues attribute's value can be found in the ListPreference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:entryValues
|
static |
@attr description The human-readable array to present as a list. Each entry must have a corresponding index in entryValues.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:entries
|
static |
@attr description The array to find the value to save for a preference when an entry from entries is selected. If a user clicks on the second item in entries, the second item in this array will be saved to the preference.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:entryValues
|
static |
@attr description Whether the preference should automatically set its summary to the value saved for the preference, and update the summary when the value is changed. Defaults to false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:useSimpleSummaryProvider
|
static |
Attributes that can be used with a MaterialAlertDialog.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:backgroundInsetBottom
com.companyname.pawpalsapp:backgroundInsetEnd
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#backgroundInsetBottom attribute's value can be found in the MaterialAlertDialog array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:backgroundInsetBottom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#backgroundInsetEnd attribute's value can be found in the MaterialAlertDialog array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:backgroundInsetEnd
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#backgroundInsetStart attribute's value can be found in the MaterialAlertDialog array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:backgroundInsetStart
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#backgroundInsetTop attribute's value can be found in the MaterialAlertDialog array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:backgroundInsetTop
|
static |
Attributes that can be used with a MaterialAlertDialogTheme.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:materialAlertDialogBodyTextStyle
com.companyname.pawpalsapp:materialAlertDialogTheme
com.companyname.pawpalsapp:materialAlertDialogTitleIconStyle
com.companyname.pawpalsapp:materialAlertDialogTitlePanelStyle
com.companyname.pawpalsapp:materialAlertDialogTitleTextStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#materialAlertDialogBodyTextStyle attribute's value can be found in the MaterialAlertDialogTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:materialAlertDialogBodyTextStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#materialAlertDialogTheme attribute's value can be found in the MaterialAlertDialogTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:materialAlertDialogTheme
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#materialAlertDialogTitleIconStyle attribute's value can be found in the MaterialAlertDialogTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:materialAlertDialogTitleIconStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#materialAlertDialogTitlePanelStyle attribute's value can be found in the MaterialAlertDialogTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:materialAlertDialogTitlePanelStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#materialAlertDialogTitleTextStyle attribute's value can be found in the MaterialAlertDialogTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:materialAlertDialogTitleTextStyle
|
static |
Attributes that can be used with a MaterialAutoCompleteTextView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#inputType attribute's value can be found in the MaterialAutoCompleteTextView array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
date
14
datetime
4
none
0
number
2
numberDecimal
2002
numberPassword
12
numberSigned
1002
phone
3
text
1
textAutoComplete
10001
textAutoCorrect
8001
textCapCharacters
1001
textCapSentences
4001
textCapWords
2001
textEmailAddress
21
textEmailSubject
31
textFilter
b1
textImeMultiLine
40001
textLongMessage
51
textMultiLine
20001
textNoSuggestions
80001
textPassword
81
textPersonName
61
textPhonetic
c1
textPostalAddress
71
textShortMessage
41
textUri
11
textVisiblePassword
91
textWebEditText
a1
textWebEmailAddress
d1
textWebPassword
e1
time
24
@attr name android:inputType
|
static |
Attributes that can be used with a MaterialButton.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:backgroundTint
com.companyname.pawpalsapp:backgroundTintMode
Blending mode used to apply the background tint.
com.companyname.pawpalsapp:cornerRadius
Specifies the radius for the corners of the button.
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
com.companyname.pawpalsapp:icon
Icon drawable to display at the start of this view.
com.companyname.pawpalsapp:iconGravity
Specifies how the icon should be positioned on the X axis.
com.companyname.pawpalsapp:iconPadding
Padding between icon and button text.
com.companyname.pawpalsapp:iconSize
Specifies the width and height to use for the icon drawable.
com.companyname.pawpalsapp:iconTint
Tint for icon drawable to display.
com.companyname.pawpalsapp:iconTintMode
Blending mode used to apply the icon tint.
com.companyname.pawpalsapp:rippleColor
com.companyname.pawpalsapp:shapeAppearance
Shape appearance style reference to be used to construct a ShapeAppearanceModel.
com.companyname.pawpalsapp:shapeAppearanceOverlay
Shape appearance overlay style reference to be used to modify the shapeAppearance.
com.companyname.pawpalsapp:strokeColor
com.companyname.pawpalsapp:strokeWidth
|
static |
@attr description Background for the MaterialButton. If this is set to a drawable or color, MaterialButton will respect this background and not create its own MaterialShapeDrawable for the background. This means that the insets, shape appearance, and stroke will be ignored. If this attribute is not set or is @empty or @null, a MaterialShapeDrawable will be used for the background based on the insets, shape appearance, and stroke.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:background
|
static |
@attr description Whether the button can be checked.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:checkable
|
static |
This symbol is the offset where the android.R.attr#insetBottom attribute's value can be found in the MaterialButton array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:insetBottom
|
static |
This symbol is the offset where the android.R.attr#insetLeft attribute's value can be found in the MaterialButton array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:insetLeft
|
static |
This symbol is the offset where the android.R.attr#insetRight attribute's value can be found in the MaterialButton array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:insetRight
|
static |
This symbol is the offset where the android.R.attr#insetTop attribute's value can be found in the MaterialButton array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:insetTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#backgroundTint attribute's value can be found in the MaterialButton array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundTint
|
static |
@attr description Blending mode used to apply the background tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:backgroundTintMode
|
static |
@attr description Specifies the radius for the corners of the button. Default is 0, for non-rounded corners.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:cornerRadius
|
static |
@attr description Elevation for the MaterialButton.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
@attr description Icon drawable to display at the start of this view.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:icon
|
static |
@attr description Specifies how the icon should be positioned on the X axis.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
end
3
Push icon to the end of the button.
start
1
Push icon to the start of the button.
textEnd
4
Push the icon to the end of the text keeping a distance equal to R.attr#iconPadding from the text.
textStart
2
Push the icon to the start of the text keeping a distance equal to R.attr#iconPadding from the text.
textTop
20
Push the icon to the top of the text keeping a distance equal to R.attr#iconPadding from the text.
top
10
Push the icon to the top of the button.
@attr name com.companyname.pawpalsapp:iconGravity
|
static |
@attr description Padding between icon and button text.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:iconPadding
|
static |
@attr description Specifies the width and height to use for the icon drawable.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:iconSize
|
static |
@attr description Tint for icon drawable to display.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:iconTint
|
static |
@attr description Tint mode for icon drawable to display.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the icon with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the icon, but with the icon’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the icon. The icon’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the icon. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:iconTintMode
|
static |
@attr description Ripple color for the button. This may be a color state list, if the desired ripple color should be stateful. Attribute type definition is in resources package.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:rippleColor
|
static |
@attr description Shape appearance style reference for MaterialButton. Attribute declaration is in the Shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearance
|
static |
@attr description Shape appearance overlay style reference for MaterialButton. To be used to augment attributes declared in the shapeAppearance. Attribute declaration is in the Shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearanceOverlay
|
static |
@attr description Specifies the color used to draw the path outline of the button. Attribute type definition is in resources package.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:strokeColor
|
static |
@attr description Width of the stroke path of the button. Default is 0. Attribute type definition is in resources package.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:strokeWidth
|
static |
Attributes that can be used with a MaterialButtonToggleGroup.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:checkedButton
The id of the child button that should be checked by default within this button group.
|
static |
@attr description The id of the child button that should be checked by default within this button group.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:checkedButton
|
static |
@attr description Whether we prevent all child buttons from being deselected. It's false by default.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:selectionRequired
|
static |
@attr description Whether only a single button in this group is allowed to be checked at any time. By default, this is false and multiple buttons in this group are allowed to be checked at once.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:singleSelection
|
static |
Attributes that can be used with a MaterialCalendar.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:dayInvalidStyle
com.companyname.pawpalsapp:daySelectedStyle
com.companyname.pawpalsapp:dayStyle
com.companyname.pawpalsapp:dayTodayStyle
com.companyname.pawpalsapp:nestedScrollable
com.companyname.pawpalsapp:rangeFillColor
com.companyname.pawpalsapp:yearSelectedStyle
com.companyname.pawpalsapp:yearStyle
com.companyname.pawpalsapp:yearTodayStyle
|
static |
This symbol is the offset where the android.R.attr#windowFullscreen attribute's value can be found in the MaterialCalendar array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:windowFullscreen
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#dayInvalidStyle attribute's value can be found in the MaterialCalendar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dayInvalidStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#daySelectedStyle attribute's value can be found in the MaterialCalendar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:daySelectedStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#dayStyle attribute's value can be found in the MaterialCalendar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dayStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#dayTodayStyle attribute's value can be found in the MaterialCalendar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dayTodayStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#nestedScrollable attribute's value can be found in the MaterialCalendar array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:nestedScrollable
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#rangeFillColor attribute's value can be found in the MaterialCalendar array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:rangeFillColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#yearSelectedStyle attribute's value can be found in the MaterialCalendar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:yearSelectedStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#yearStyle attribute's value can be found in the MaterialCalendar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:yearStyle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#yearTodayStyle attribute's value can be found in the MaterialCalendar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:yearTodayStyle
|
static |
Attributes that can be used with a MaterialCalendarItem.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:itemFillColor
com.companyname.pawpalsapp:itemShapeAppearance
com.companyname.pawpalsapp:itemShapeAppearanceOverlay
com.companyname.pawpalsapp:itemStrokeColor
com.companyname.pawpalsapp:itemStrokeWidth
com.companyname.pawpalsapp:itemTextColor
|
static |
This symbol is the offset where the android.R.attr#insetBottom attribute's value can be found in the MaterialCalendarItem array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:insetBottom
|
static |
This symbol is the offset where the android.R.attr#insetLeft attribute's value can be found in the MaterialCalendarItem array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:insetLeft
|
static |
This symbol is the offset where the android.R.attr#insetRight attribute's value can be found in the MaterialCalendarItem array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:insetRight
|
static |
This symbol is the offset where the android.R.attr#insetTop attribute's value can be found in the MaterialCalendarItem array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name android:insetTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#itemFillColor attribute's value can be found in the MaterialCalendarItem array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:itemFillColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#itemShapeAppearance attribute's value can be found in the MaterialCalendarItem array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:itemShapeAppearance
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#itemShapeAppearanceOverlay attribute's value can be found in the MaterialCalendarItem array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:itemShapeAppearanceOverlay
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#itemStrokeColor attribute's value can be found in the MaterialCalendarItem array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:itemStrokeColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#itemStrokeWidth attribute's value can be found in the MaterialCalendarItem array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemStrokeWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#itemTextColor attribute's value can be found in the MaterialCalendarItem array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:itemTextColor
|
static |
Attributes that can be used with a MaterialCardView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:cardForegroundColor
Foreground color for CardView.
com.companyname.pawpalsapp:checkedIcon
com.companyname.pawpalsapp:checkedIconMargin
Check icon margin for Checkable Cards
com.companyname.pawpalsapp:checkedIconSize
Check icon size for Checkable Cards
com.companyname.pawpalsapp:checkedIconTint
com.companyname.pawpalsapp:rippleColor
com.companyname.pawpalsapp:shapeAppearance
Shape appearance style reference to be used to construct a ShapeAppearanceModel.
com.companyname.pawpalsapp:shapeAppearanceOverlay
Shape appearance overlay style reference to be used to modify the shapeAppearance.
com.companyname.pawpalsapp:state_dragged
State when a Card is being dragged.
com.companyname.pawpalsapp:strokeColor
com.companyname.pawpalsapp:strokeWidth
|
static |
@attr description Whether the card can be checked.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:checkable
|
static |
@attr description Foreground color for CardView.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:cardForegroundColor
|
static |
@attr description Check icon drawable.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:checkedIcon
|
static |
@attr description Check icon margin for Checkable Cards
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:checkedIconMargin
|
static |
@attr description Check icon size for Checkable Cards
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:checkedIconSize
|
static |
@attr description Tint color for the checked icon.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:checkedIconTint
|
static |
@attr description Ripple color for the Card.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:rippleColor
|
static |
@attr description Shape appearance style reference for MaterialCardView. Attribute declaration is in the shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearance
|
static |
@attr description Shape appearance overlay style reference for MaterialCardView. To be used to augment attributes declared in the shapeAppearance. Attribute declaration is in the shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearanceOverlay
|
static |
@attr description State when a Card is being dragged.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:state_dragged
|
static |
@attr description Specifies the color used to draw the path outline of the card. Attribute type definition is in resources package.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:strokeColor
|
static |
@attr description Width of the stroke path of the card. Default is 0. Attribute type definition is in resources package.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:strokeWidth
|
static |
Attributes that can be used with a MaterialCheckBox.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:buttonTint
Tint to apply to the button drawable.
|
static |
@attr description Tint for the checkbox.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:buttonTint
|
static |
@attr description When set to true, MaterialCheckBox will tint itself according to Material Theme colors. When set to false, Material Theme colors will be ignored. This value should be set to false when using custom drawables that should not be tinted. This value is ignored if a buttonTint is set.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:useMaterialThemeColors
|
static |
Attributes that can be used with a MaterialRadioButton.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:buttonTint
Tint to apply to the button drawable.
|
static |
@attr description Tint for the radio.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:buttonTint
|
static |
@attr description When set to true, MaterialRadioButton will tint itself according to Material Theme colors. When set to false, Material Theme colors will be ignored. This value should be set to false when using custom drawables that should not be tinted. This value is ignored if a buttonTint is set.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:useMaterialThemeColors
|
static |
Attributes that can be used with a MaterialShape.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:shapeAppearance
Shape appearance style reference to be used to construct a ShapeAppearanceModel.
com.companyname.pawpalsapp:shapeAppearanceOverlay
Shape appearance overlay style reference to be used to modify the shapeAppearance.
|
static |
@attr description Shape appearance style reference to be used to construct a ShapeAppearanceModel.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearance
|
static |
@attr description Shape appearance overlay style reference to be used to modify the shapeAppearance.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearanceOverlay
|
static |
Attributes that can be used with a MaterialTextAppearance.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#letterSpacing attribute's value can be found in the MaterialTextAppearance array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:letterSpacing
|
static |
This symbol is the offset where the android.R.attr#lineHeight attribute's value can be found in the MaterialTextAppearance array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:lineHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#lineHeight attribute's value can be found in the MaterialTextAppearance array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:lineHeight
|
static |
Attributes that can be used with a MaterialTextView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#lineHeight attribute's value can be found in the MaterialTextView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:lineHeight
|
static |
This symbol is the offset where the android.R.attr#textAppearance attribute's value can be found in the MaterialTextView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:textAppearance
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#lineHeight attribute's value can be found in the MaterialTextView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:lineHeight
|
static |
Attributes that can be used with a MaterialTimePicker.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#clockIcon attribute's value can be found in the MaterialTimePicker array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:clockIcon
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#keyboardIcon attribute's value can be found in the MaterialTimePicker array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:keyboardIcon
|
static |
Attributes that can be used with a MaterialToolbar.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:navigationIconTint
The tint color for the navigation button icon drawable corresponding to the "app:navigationIcon" attribute.
com.companyname.pawpalsapp:subtitleCentered
Whether the subtitle text corresponding to the "app:subtitle" attribute should be centered horizontally within the toolbar.
com.companyname.pawpalsapp:titleCentered
Whether the title text corresponding to the "app:title" attribute should be centered horizontally within the toolbar.
|
static |
@attr description The tint color for the navigation button icon drawable corresponding to the "app:navigationIcon" attribute.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:navigationIconTint
|
static |
@attr description Whether the subtitle text corresponding to the "app:subtitle" attribute should be centered horizontally within the toolbar. Default is false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:subtitleCentered
|
static |
@attr description Whether the title text corresponding to the "app:title" attribute should be centered horizontally within the toolbar. Default is false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:titleCentered
|
static |
Attributes that can be used with a MenuGroup.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description Whether the items are capable of displaying a check mark.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
all
1
none
0
single
2
@attr name android:checkableBehavior
|
static |
@attr description Whether the items are enabled.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:enabled
|
static |
@attr description The ID of the group.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
@attr description The category applied to all items within this group. (This will be or'ed with the orderInCategory attribute.)
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
alternative
40000
container
10000
secondary
30000
system
20000
@attr name android:menuCategory
|
static |
@attr description The order within the category applied to all items within this group. (This will be or'ed with the category attribute.)
May be an integer value, such as "<code>100</code>".
@attr name android:orderInCategory
|
static |
@attr description Whether the items are shown/visible.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:visible
|
static |
Attributes that can be used with a MenuItem.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:actionLayout
An optional layout to be used as an action view.
com.companyname.pawpalsapp:actionProviderClass
The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item.
com.companyname.pawpalsapp:actionViewClass
The name of an optional View class to instantiate and use as an action view.
com.companyname.pawpalsapp:alphabeticModifiers
The alphabetic modifier key.
com.companyname.pawpalsapp:contentDescription
The content description associated with the item.
com.companyname.pawpalsapp:iconTint
Tint for icon drawable to display.
com.companyname.pawpalsapp:iconTintMode
Blending mode used to apply the icon tint.
com.companyname.pawpalsapp:numericModifiers
The numeric modifier key.
com.companyname.pawpalsapp:showAsAction
How this item should display in the Action Bar, if present.
com.companyname.pawpalsapp:tooltipText
The tooltip text associated with the item.
|
static |
@attr description An optional layout to be used as an action view. See android.view.MenuItem#setActionView(android.view.View) for more info.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:actionLayout
|
static |
@attr description The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item. See android.view.MenuItem#setActionProvider(android.view.ActionProvider) for more info.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:actionProviderClass
|
static |
@attr description The name of an optional View class to instantiate and use as an action view. See android.view.MenuItem#setActionView(android.view.View) for more info.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:actionViewClass
|
static |
@attr description The alphabetic modifier key. This is the modifier when using a keyboard with alphabetic keys. The values should be kept in sync with KeyEvent
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
ALT
2
CTRL
1000
FUNCTION
8
META
10000
SHIFT
1
SYM
4
@attr name com.companyname.pawpalsapp:alphabeticModifiers
|
static |
@attr description The alphabetic shortcut key. This is the shortcut when using a keyboard with alphabetic keys.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:alphabeticShortcut
|
static |
@attr description Whether the item is capable of displaying a check mark.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:checkable
|
static |
@attr description Whether the item is checked. Note that you must first have enabled checking with the checkable attribute or else the check mark will not appear.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:checked
|
static |
@attr description Whether the item is enabled.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:enabled
|
static |
@attr description The icon associated with this item. This icon will not always be shown, so the title should be sufficient in describing this item.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:icon
|
static |
@attr description The ID of the item.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
@attr description The category applied to the item. (This will be or'ed with the orderInCategory attribute.)
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
alternative
40000
container
10000
secondary
30000
system
20000
@attr name android:menuCategory
|
static |
@attr description The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) keyboard.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:numericShortcut
|
static |
@attr description Name of a method on the Context used to inflate the menu that will be called when the item is clicked.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:onClick
|
static |
@attr description The order within the category applied to the item. (This will be or'ed with the category attribute.)
May be an integer value, such as "<code>100</code>".
@attr name android:orderInCategory
|
static |
@attr description The title associated with the item.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:title
|
static |
@attr description The condensed title associated with the item. This is used in situations where the normal title may be too long to be displayed.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:titleCondensed
|
static |
@attr description Whether the item is shown/visible.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:visible
|
static |
@attr description The content description associated with the item.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:contentDescription
|
static |
@attr description Tint to apply to the icon.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:iconTint
|
static |
@attr description Blending mode used to apply the icon tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the icon with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the icon, but with the icon’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the icon. The icon’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the icon. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:iconTintMode
|
static |
@attr description The numeric modifier key. This is the modifier when using a numeric (e.g., 12-key) keyboard. The values should be kept in sync with KeyEvent
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
ALT
2
CTRL
1000
FUNCTION
8
META
10000
SHIFT
1
SYM
4
@attr name com.companyname.pawpalsapp:numericModifiers
|
static |
@attr description How this item should display in the Action Bar, if present.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
always
2
Always show this item in an actionbar, even if it would override the system's limits of how much stuff to put there. This may make your action bar look bad on some screens. In most cases you should use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never".
collapseActionView
8
This item's action view collapses to a normal menu item. When expanded, the action view takes over a larger segment of its container.
ifRoom
1
Show this item in an action bar if there is room for it as determined by the system. Favor this option over "always" where possible. Mutually exclusive with "never" and "always".
never
0
Never show this item in an action bar, show it in the overflow menu instead. Mutually exclusive with "ifRoom" and "always".
withText
4
When this item is shown as an action in the action bar, show a text label with it even if it has an icon representation.
@attr name com.companyname.pawpalsapp:showAsAction
|
static |
@attr description The tooltip text associated with the item.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:tooltipText
|
static |
Attributes that can be used with a MenuView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:preserveIconSpacing
Whether space should be reserved in layout when an icon is missing.
com.companyname.pawpalsapp:subMenuArrow
Drawable for the arrow icon indicating a particular item is a submenu.
|
static |
@attr description Default background for the menu header.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:headerBackground
|
static |
@attr description Default horizontal divider between rows of menu items.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:horizontalDivider
|
static |
@attr description Default background for each menu item.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:itemBackground
|
static |
@attr description Default disabled icon alpha for each menu item that shows an icon.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:itemIconDisabledAlpha
|
static |
@attr description Default appearance of menu item text.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:itemTextAppearance
|
static |
@attr description Default vertical divider between menu items.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:verticalDivider
|
static |
@attr description Default animations for the menu.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:windowAnimationStyle
|
static |
@attr description Whether space should be reserved in layout when an icon is missing.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:preserveIconSpacing
|
static |
@attr description Drawable for the arrow icon indicating a particular item is a submenu.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:subMenuArrow
|
static |
Attributes that can be used with a MockView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:mock_diagonalsColor
com.companyname.pawpalsapp:mock_label
com.companyname.pawpalsapp:mock_labelBackgroundColor
com.companyname.pawpalsapp:mock_labelColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#mock_diagonalsColor attribute's value can be found in the MockView array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:mock_diagonalsColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#mock_label attribute's value can be found in the MockView array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:mock_label
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#mock_labelBackgroundColor attribute's value can be found in the MockView array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:mock_labelBackgroundColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#mock_labelColor attribute's value can be found in the MockView array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:mock_labelColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#mock_showDiagonals attribute's value can be found in the MockView array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:mock_showDiagonals
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#mock_showLabel attribute's value can be found in the MockView array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:mock_showLabel
|
static |
Attributes that can be used with a Motion.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:animateCircleAngleTo
com.companyname.pawpalsapp:animateRelativeTo
com.companyname.pawpalsapp:drawPath
com.companyname.pawpalsapp:motionPathRotate
com.companyname.pawpalsapp:motionStagger
com.companyname.pawpalsapp:pathMotionArc
com.companyname.pawpalsapp:quantizeMotionInterpolator
com.companyname.pawpalsapp:quantizeMotionPhase
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#animateCircleAngleTo attribute's value can be found in the Motion array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
antiClockwise
3
bestChoice
0
clockwise
2
closest
1
constraint
4
@attr name com.companyname.pawpalsapp:animateCircleAngleTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#animateRelativeTo attribute's value can be found in the Motion array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:animateRelativeTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#drawPath attribute's value can be found in the Motion array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
asConfigured
4
deltaRelative
3
none
0
path
1
pathRelative
2
rectangles
5
@attr name com.companyname.pawpalsapp:drawPath
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionPathRotate attribute's value can be found in the Motion array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionPathRotate
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionStagger attribute's value can be found in the Motion array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionStagger
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pathMotionArc attribute's value can be found in the Motion array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
flip
3
none
0
startHorizontal
2
startVertical
1
@attr name com.companyname.pawpalsapp:pathMotionArc
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionInterpolator attribute's value can be found in the Motion array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bounce
4
easeIn
1
easeInOut
0
easeOut
2
linear
3
overshoot
5
@attr name com.companyname.pawpalsapp:quantizeMotionInterpolator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionPhase attribute's value can be found in the Motion array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:quantizeMotionPhase
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#quantizeMotionSteps attribute's value can be found in the Motion array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:quantizeMotionSteps
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionEasing attribute's value can be found in the Motion array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
accelerate
1
decelerate
2
linear
3
standard
0
@attr name com.companyname.pawpalsapp:transitionEasing
|
static |
Attributes that can be used with a MotionEffect.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:motionEffect_alpha
com.companyname.pawpalsapp:motionEffect_end
com.companyname.pawpalsapp:motionEffect_move
com.companyname.pawpalsapp:motionEffect_start
com.companyname.pawpalsapp:motionEffect_strict
com.companyname.pawpalsapp:motionEffect_translationX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionEffect_alpha attribute's value can be found in the MotionEffect array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionEffect_alpha
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionEffect_end attribute's value can be found in the MotionEffect array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:motionEffect_end
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionEffect_move attribute's value can be found in the MotionEffect array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
auto
ffffffff
east
2
north
0
south
1
west
3
@attr name com.companyname.pawpalsapp:motionEffect_move
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionEffect_start attribute's value can be found in the MotionEffect array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:motionEffect_start
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionEffect_strict attribute's value can be found in the MotionEffect array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:motionEffect_strict
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionEffect_translationX attribute's value can be found in the MotionEffect array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:motionEffect_translationX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionEffect_translationY attribute's value can be found in the MotionEffect array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:motionEffect_translationY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionEffect_viewTransition attribute's value can be found in the MotionEffect array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:motionEffect_viewTransition
|
static |
Attributes that can be used with a MotionHelper.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#onHide attribute's value can be found in the MotionHelper array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:onHide
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#onShow attribute's value can be found in the MotionHelper array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:onShow
|
static |
Attributes that can be used with a MotionLabel.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:borderRound
com.companyname.pawpalsapp:borderRoundPercent
com.companyname.pawpalsapp:scaleFromTextSize
com.companyname.pawpalsapp:textBackground
com.companyname.pawpalsapp:textBackgroundPanX
com.companyname.pawpalsapp:textBackgroundPanY
com.companyname.pawpalsapp:textBackgroundRotate
com.companyname.pawpalsapp:textBackgroundZoom
com.companyname.pawpalsapp:textOutlineColor
com.companyname.pawpalsapp:textOutlineThickness
com.companyname.pawpalsapp:textPanX
com.companyname.pawpalsapp:textPanY
com.companyname.pawpalsapp:textureBlurFactor
com.companyname.pawpalsapp:textureEffect
com.companyname.pawpalsapp:textureHeight
com.companyname.pawpalsapp:textureWidth
|
static |
This symbol is the offset where the android.R.attr#autoSizeTextType attribute's value can be found in the MotionLabel array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
none
0
uniform
1
@attr name android:autoSizeTextType
|
static |
This symbol is the offset where the android.R.attr#fontFamily attribute's value can be found in the MotionLabel array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:fontFamily
|
static |
This symbol is the offset where the android.R.attr#gravity attribute's value can be found in the MotionLabel array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
center
11
center_horizontal
1
center_vertical
10
clip_horizontal
8
clip_vertical
80
end
800005
fill
77
fill_horizontal
7
fill_vertical
70
left
3
right
5
start
800003
top
30
@attr name android:gravity
|
static |
This symbol is the offset where the android.R.attr#shadowRadius attribute's value can be found in the MotionLabel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:shadowRadius
|
static |
This symbol is the offset where the android.R.attr#text attribute's value can be found in the MotionLabel array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:text
|
static |
This symbol is the offset where the android.R.attr#textColor attribute's value can be found in the MotionLabel array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:textColor
|
static |
This symbol is the offset where the android.R.attr#textSize attribute's value can be found in the MotionLabel array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:textSize
|
static |
This symbol is the offset where the android.R.attr#textStyle attribute's value can be found in the MotionLabel array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bold
1
italic
2
normal
0
@attr name android:textStyle
|
static |
This symbol is the offset where the android.R.attr#typeface attribute's value can be found in the MotionLabel array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
monospace
3
normal
0
sans
1
serif
2
@attr name android:typeface
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#borderRound attribute's value can be found in the MotionLabel array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:borderRound
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#borderRoundPercent attribute's value can be found in the MotionLabel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:borderRoundPercent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#scaleFromTextSize attribute's value can be found in the MotionLabel array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:scaleFromTextSize
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textBackground attribute's value can be found in the MotionLabel array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:textBackground
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textBackgroundPanX attribute's value can be found in the MotionLabel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:textBackgroundPanX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textBackgroundPanY attribute's value can be found in the MotionLabel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:textBackgroundPanY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textBackgroundRotate attribute's value can be found in the MotionLabel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:textBackgroundRotate
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textBackgroundZoom attribute's value can be found in the MotionLabel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:textBackgroundZoom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textOutlineColor attribute's value can be found in the MotionLabel array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:textOutlineColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textOutlineThickness attribute's value can be found in the MotionLabel array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:textOutlineThickness
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textPanX attribute's value can be found in the MotionLabel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:textPanX
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textPanY attribute's value can be found in the MotionLabel array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:textPanY
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textureBlurFactor attribute's value can be found in the MotionLabel array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:textureBlurFactor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textureEffect attribute's value can be found in the MotionLabel array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
frost
1
none
0
@attr name com.companyname.pawpalsapp:textureEffect
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textureHeight attribute's value can be found in the MotionLabel array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:textureHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textureWidth attribute's value can be found in the MotionLabel array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:textureWidth
|
static |
Attributes that can be used with a MotionLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:applyMotionScene
com.companyname.pawpalsapp:currentState
com.companyname.pawpalsapp:layoutDescription
com.companyname.pawpalsapp:motionDebug
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#applyMotionScene attribute's value can be found in the MotionLayout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:applyMotionScene
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#currentState attribute's value can be found in the MotionLayout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:currentState
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layoutDescription attribute's value can be found in the MotionLayout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layoutDescription
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionDebug attribute's value can be found in the MotionLayout array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
NO_DEBUG
0
SHOW_ALL
3
SHOW_PATH
2
SHOW_PROGRESS
1
@attr name com.companyname.pawpalsapp:motionDebug
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionProgress attribute's value can be found in the MotionLayout array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionProgress
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#showPaths attribute's value can be found in the MotionLayout array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:showPaths
|
static |
Attributes that can be used with a MotionScene.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#defaultDuration attribute's value can be found in the MotionScene array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:defaultDuration
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layoutDuringTransition attribute's value can be found in the MotionScene array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
honorRequest
1
ignoreRequest
0
@attr name com.companyname.pawpalsapp:layoutDuringTransition
|
static |
Attributes that can be used with a MotionTelltales.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:telltales_tailColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#telltales_tailColor attribute's value can be found in the MotionTelltales array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:telltales_tailColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#telltales_tailScale attribute's value can be found in the MotionTelltales array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:telltales_tailScale
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#telltales_velocityMode attribute's value can be found in the MotionTelltales array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
layout
0
postLayout
1
staticLayout
3
staticPostLayout
2
@attr name com.companyname.pawpalsapp:telltales_velocityMode
|
static |
Attributes that can be used with a MultiSelectListPreference.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:entries
The human-readable array to present as a list.
com.companyname.pawpalsapp:entryValues
The array to find the value to save for a preference when an entry from entries is selected.
|
static |
This symbol is the offset where the android.R.attr#entries attribute's value can be found in the MultiSelectListPreference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:entries
|
static |
This symbol is the offset where the android.R.attr#entryValues attribute's value can be found in the MultiSelectListPreference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:entryValues
|
static |
@attr description The human-readable array to present as a list. Each entry must have a corresponding index in entryValues.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:entries
|
static |
@attr description The array to find the value to save for a preference when an entry from entries is selected. If a user clicks the second item in entries, the second item in this array will be saved to the preference.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:entryValues
|
static |
Attributes that can be used with a NavAction.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:destination
com.companyname.pawpalsapp:enterAnim
com.companyname.pawpalsapp:exitAnim
com.companyname.pawpalsapp:launchSingleTop
com.companyname.pawpalsapp:popEnterAnim
com.companyname.pawpalsapp:popExitAnim
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the NavAction array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#destination attribute's value can be found in the NavAction array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:destination
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#enterAnim attribute's value can be found in the NavAction array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:enterAnim
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#exitAnim attribute's value can be found in the NavAction array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:exitAnim
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#launchSingleTop attribute's value can be found in the NavAction array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:launchSingleTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#popEnterAnim attribute's value can be found in the NavAction array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:popEnterAnim
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#popExitAnim attribute's value can be found in the NavAction array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:popExitAnim
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#popUpTo attribute's value can be found in the NavAction array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:popUpTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#popUpToInclusive attribute's value can be found in the NavAction array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:popUpToInclusive
|
static |
Attributes that can be used with a NavArgument.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#defaultValue attribute's value can be found in the NavArgument array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be an integer value, such as "<code>100</code>".
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
May be a floating point value, such as "<code>1.2</code>".
@attr name android:defaultValue
|
static |
This symbol is the offset where the android.R.attr#name attribute's value can be found in the NavArgument array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:name
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#argType attribute's value can be found in the NavArgument array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:argType
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#nullable attribute's value can be found in the NavArgument array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:nullable
|
static |
Attributes that can be used with a NavDeepLink.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:action
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#action attribute's value can be found in the NavDeepLink array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:action
|
static |
This symbol is the offset where the android.R.attr#autoVerify attribute's value can be found in the NavDeepLink array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:autoVerify
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#mimeType attribute's value can be found in the NavDeepLink array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:mimeType
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#uri attribute's value can be found in the NavDeepLink array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:uri
|
static |
Attributes that can be used with a NavGraphNavigator.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#startDestination attribute's value can be found in the NavGraphNavigator array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:startDestination
|
static |
Attributes that can be used with a NavHost.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:navGraph
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#navGraph attribute's value can be found in the NavHost array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:navGraph
|
static |
Attributes that can be used with a NavigationBarView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:backgroundTint
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
com.companyname.pawpalsapp:itemBackground
A background drawable to use for navigation items.
com.companyname.pawpalsapp:itemIconSize
The size of the icon navigation items that display an icon
com.companyname.pawpalsapp:itemIconTint
com.companyname.pawpalsapp:itemRippleColor
The ColorStateList to use for a ripple background.
com.companyname.pawpalsapp:itemTextAppearanceActive
The text appearance to apply to the active navigation item label.
com.companyname.pawpalsapp:itemTextAppearanceInactive
The text appearance to apply to the inactive navigation item labels.
com.companyname.pawpalsapp:itemTextColor
com.companyname.pawpalsapp:labelVisibilityMode
Whether navigation items display with a label, without a label, or with a label during selected state.
com.companyname.pawpalsapp:menu
The menu resource to inflate and populate items from.
|
static |
@attr description Background tint for the navigation bar.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundTint
|
static |
@attr description The elevation to use for the navigation bar view
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
@attr description The background for the navigation items. Attribute type definition is in navigation package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:itemBackground
|
static |
@attr description The size to provide for the navigation item icons.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemIconSize
|
static |
@attr description The tint to apply to the navigation item icons. Attribute type definition is in navigation package.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:itemIconTint
|
static |
@attr description The ColorStateList to use for a ripple background. This only exists because creating ripples in drawable xml based on theme colors is not supported pre-23. This will be ignored if itemBackground is set.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:itemRippleColor
|
static |
@attr description The text appearance to apply to the active navigation item label. You should not set android:textColor in itemTextAppearanceActive. Instead, set itemTextColor to a ColorStateList to make the text color stateful.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:itemTextAppearanceActive
|
static |
@attr description The text appearance to apply to the inactive navigation item labels. Setting android:textColor in itemTextAppearanceInactive will take precedence over android:textColor in itemTextAppearanceActive. Instead, set itemTextColor with a ColorStateList to make the text color stateful.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:itemTextAppearanceInactive
|
static |
@attr description The color to apply to the navigation items' text. Setting itemTextColor will take precedence over android:textColor in itemTextAppearanceInactive or itemTextAppearanceActive. Attribute type definition is in navigation package.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:itemTextColor
|
static |
@attr description Whether navigation items display with a label, without a label, or with a label during selected state. Can also be "auto", which uses the item count to determine whether to show or hide the label.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
auto
ffffffff
Label behaves as "labeled" when there are 3 items or less, or "selected" when there are 4 items or more.
labeled
1
Label is shown on all navigation items.
selected
0
Label is shown on the selected navigation item.
unlabeled
2
Label is not shown on any navigation items.
@attr name com.companyname.pawpalsapp:labelVisibilityMode
|
static |
@attr description The menu resource to inflate and populate items from. Attribute type definition is in navigation package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:menu
|
static |
Attributes that can be used with a NavigationRailView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:headerLayout
com.companyname.pawpalsapp:menuGravity
Specifies how the navigation rail destinations should be aligned as a group.
|
static |
@attr description Specifies the layout that will be used to create the header view, if any
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:headerLayout
|
static |
@attr description Specifies how the navigation rail destinations should be aligned as a group.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
51
Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL
center
11
Gravity.CENTER
top
31
Gravity.TOP | Gravity.CENTER_HORIZONTAL
@attr name com.companyname.pawpalsapp:menuGravity
|
static |
Attributes that can be used with a NavigationView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
com.companyname.pawpalsapp:headerLayout
com.companyname.pawpalsapp:itemBackground
A background drawable to use for navigation items.
com.companyname.pawpalsapp:itemHorizontalPadding
Horizontal padding (left and right) of navigation items, around the icon & text
com.companyname.pawpalsapp:itemIconPadding
Padding between the icon and the text for navigation items that display an icon
com.companyname.pawpalsapp:itemIconSize
The size of the icon navigation items that display an icon
com.companyname.pawpalsapp:itemIconTint
com.companyname.pawpalsapp:itemMaxLines
Makes the TextView of the item text be at most this many lines tall.
com.companyname.pawpalsapp:itemShapeAppearance
com.companyname.pawpalsapp:itemShapeAppearanceOverlay
com.companyname.pawpalsapp:itemShapeFillColor
Fill color for the item background shape.
com.companyname.pawpalsapp:itemShapeInsetBottom
Inset bottom margin for the item background shape.
com.companyname.pawpalsapp:itemShapeInsetEnd
Inset end margin for the item background shape.
com.companyname.pawpalsapp:itemShapeInsetStart
Inset start margin for the item background shape.
com.companyname.pawpalsapp:itemShapeInsetTop
Inset top margin for the item background shape.
com.companyname.pawpalsapp:itemTextAppearance
com.companyname.pawpalsapp:itemTextColor
com.companyname.pawpalsapp:menu
The menu resource to inflate and populate items from.
com.companyname.pawpalsapp:shapeAppearance
Shape appearance style reference to be used to construct a ShapeAppearanceModel.
com.companyname.pawpalsapp:shapeAppearanceOverlay
Shape appearance overlay style reference to be used to modify the shapeAppearance.
|
static |
This symbol is the offset where the android.R.attr#background attribute's value can be found in the NavigationView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:background
|
static |
This symbol is the offset where the android.R.attr#fitsSystemWindows attribute's value can be found in the NavigationView array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:fitsSystemWindows
|
static |
This symbol is the offset where the android.R.attr#maxWidth attribute's value can be found in the NavigationView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
@attr description Elevation for the action bar itself
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
@attr description Layout resource to inflate as the header
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:headerLayout
|
static |
@attr description A background drawable to use for navigation items. If this is set, this overrides the default background drawable for items and the itemShape* attributes will be ignored
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:itemBackground
|
static |
@attr description Horizontal padding (left and right) of navigation items, around the icon & text
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemHorizontalPadding
|
static |
@attr description Padding between the icon and the text for navigation items that display an icon
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemIconPadding
|
static |
@attr description The size of the icon navigation items that display an icon
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemIconSize
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#itemIconTint attribute's value can be found in the NavigationView array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:itemIconTint
|
static |
@attr description Makes the TextView of the item text be at most this many lines tall.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:itemMaxLines
|
static |
@attr description Shape appearance style reference for the shaped item background. To use the shaped item background, either itemShapeAppearance or itemShapeAppearanceOverlay must be set and itemBackground must be null so that it can be set programmatically.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:itemShapeAppearance
|
static |
@attr description Shape appearance overlay style reference for item background. To be used to augment attributes declared in itemShapeAppearance. To use the shaped item background, either itemShapeAppearance or itemShapeAppearanceOverlay must be set and itemBackground must be null so that it can be set programmatically.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:itemShapeAppearanceOverlay
|
static |
@attr description Fill color for the item background shape. Used if itemBackground isn't set and there is an itemShapeAppearance or itemShapeAppearanceOverlay.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:itemShapeFillColor
|
static |
@attr description Inset bottom margin for the item background shape. Used if itemBackground isn't set and there is an itemShapeAppearance or itemShapeAppearanceOverlay.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemShapeInsetBottom
|
static |
@attr description Inset end margin for the item background shape. Used if itemBackground isn't set and there and there is an itemShapeAppearance or itemShapeAppearanceOverlay.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemShapeInsetEnd
|
static |
@attr description Inset start margin for the item background shape. Used if itemBackground isn't set and there is an itemShapeAppearance or itemShapeAppearanceOverlay.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemShapeInsetStart
|
static |
@attr description Inset top margin for the item background shape. Used if itemBackground isn't set and there is an itemShapeAppearance or itemShapeAppearanceOverlay.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:itemShapeInsetTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#itemTextAppearance attribute's value can be found in the NavigationView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:itemTextAppearance
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#itemTextColor attribute's value can be found in the NavigationView array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:itemTextColor
|
static |
@attr description The menu resource to inflate and populate items from.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:menu
|
static |
@attr description Shape appearance style reference for NavigationView. Attribute declaration is in the Shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearance
|
static |
@attr description Shape appearance overlay style reference for NavigationView. To be used to augment attributes declared in the shapeAppearance. Attribute declaration is in the Shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearanceOverlay
|
static |
Attributes that can be used with a Navigator.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the Navigator array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
This symbol is the offset where the android.R.attr#label attribute's value can be found in the Navigator array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:label
|
static |
Attributes that can be used with a NavInclude.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:graph
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#graph attribute's value can be found in the NavInclude array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:graph
|
static |
Attributes that can be used with a OnClick.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:clickAction
com.companyname.pawpalsapp:targetId
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#clickAction attribute's value can be found in the OnClick array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
jumpToEnd
100
jumpToStart
1000
toggle
11
transitionToEnd
1
transitionToStart
10
@attr name com.companyname.pawpalsapp:clickAction
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#targetId attribute's value can be found in the OnClick array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:targetId
|
static |
Attributes that can be used with a OnSwipe.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:autoCompleteMode
com.companyname.pawpalsapp:dragDirection
com.companyname.pawpalsapp:dragScale
com.companyname.pawpalsapp:dragThreshold
com.companyname.pawpalsapp:limitBoundsTo
com.companyname.pawpalsapp:maxAcceleration
com.companyname.pawpalsapp:maxVelocity
com.companyname.pawpalsapp:moveWhenScrollAtTop
com.companyname.pawpalsapp:nestedScrollFlags
com.companyname.pawpalsapp:onTouchUp
com.companyname.pawpalsapp:rotationCenterId
com.companyname.pawpalsapp:springBoundary
com.companyname.pawpalsapp:springDamping
com.companyname.pawpalsapp:springMass
com.companyname.pawpalsapp:springStiffness
com.companyname.pawpalsapp:springStopThreshold
com.companyname.pawpalsapp:touchAnchorId
com.companyname.pawpalsapp:touchAnchorSide
com.companyname.pawpalsapp:touchRegionId
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#autoCompleteMode attribute's value can be found in the OnSwipe array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
continuousVelocity
0
spring
1
@attr name com.companyname.pawpalsapp:autoCompleteMode
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#dragDirection attribute's value can be found in the OnSwipe array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
dragAnticlockwise
7
dragClockwise
6
dragDown
1
dragEnd
5
dragLeft
2
dragRight
3
dragStart
4
dragUp
0
@attr name com.companyname.pawpalsapp:dragDirection
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#dragScale attribute's value can be found in the OnSwipe array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:dragScale
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#dragThreshold attribute's value can be found in the OnSwipe array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:dragThreshold
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#limitBoundsTo attribute's value can be found in the OnSwipe array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:limitBoundsTo
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#maxAcceleration attribute's value can be found in the OnSwipe array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:maxAcceleration
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#maxVelocity attribute's value can be found in the OnSwipe array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:maxVelocity
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#moveWhenScrollAtTop attribute's value can be found in the OnSwipe array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:moveWhenScrollAtTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#nestedScrollFlags attribute's value can be found in the OnSwipe array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
disablePostScroll
1
disableScroll
2
none
0
supportScrollUp
4
@attr name com.companyname.pawpalsapp:nestedScrollFlags
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#onTouchUp attribute's value can be found in the OnSwipe array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
autoComplete
0
autoCompleteToEnd
2
autoCompleteToStart
1
decelerate
4
decelerateAndComplete
5
neverCompleteToEnd
7
neverCompleteToStart
6
stop
3
@attr name com.companyname.pawpalsapp:onTouchUp
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#rotationCenterId attribute's value can be found in the OnSwipe array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:rotationCenterId
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#springBoundary attribute's value can be found in the OnSwipe array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bounceBoth
3
bounceEnd
2
bounceStart
1
overshoot
0
@attr name com.companyname.pawpalsapp:springBoundary
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#springDamping attribute's value can be found in the OnSwipe array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:springDamping
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#springMass attribute's value can be found in the OnSwipe array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:springMass
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#springStiffness attribute's value can be found in the OnSwipe array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:springStiffness
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#springStopThreshold attribute's value can be found in the OnSwipe array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:springStopThreshold
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#touchAnchorId attribute's value can be found in the OnSwipe array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:touchAnchorId
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#touchAnchorSide attribute's value can be found in the OnSwipe array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
3
end
6
left
1
middle
4
right
2
start
5
top
0
@attr name com.companyname.pawpalsapp:touchAnchorSide
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#touchRegionId attribute's value can be found in the OnSwipe array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:touchRegionId
|
static |
Attributes that can be used with a PopupWindow.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:overlapAnchor
Whether the popup window should overlap its anchor view.
|
static |
This symbol is the offset where the android.R.attr#popupAnimationStyle attribute's value can be found in the PopupWindow array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:popupAnimationStyle
|
static |
This symbol is the offset where the android.R.attr#popupBackground attribute's value can be found in the PopupWindow array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:popupBackground
|
static |
@attr description Whether the popup window should overlap its anchor view.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:overlapAnchor
|
static |
Attributes that can be used with a PopupWindowBackgroundState.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:state_above_anchor
State identifier indicating the popup will be above the anchor.
|
static |
@attr description State identifier indicating the popup will be above the anchor.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:state_above_anchor
|
static |
Attributes that can be used with a Preference.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:allowDividerAbove
Whether the preference allows displaying divider on top
com.companyname.pawpalsapp:allowDividerBelow
Whether the preference allows displaying divider below it
com.companyname.pawpalsapp:defaultValue
The default value for the preference, which will be set either if persistence is off or persistence is on and the preference is not found in the persistent storage.
com.companyname.pawpalsapp:dependency
The key of another Preference that this Preference will depend on.
com.companyname.pawpalsapp:enableCopying
Whether the summary of this preference can be copied to the clipboard by long pressing on the preference.
com.companyname.pawpalsapp:enabled
Whether the Preference is enabled.
com.companyname.pawpalsapp:fragment
When used inside of a modern PreferenceActivity, this declares a new PreferenceFragment to be shown when the user selects this item.
com.companyname.pawpalsapp:icon
Icon drawable to display at the start of this view.
com.companyname.pawpalsapp:iconSpaceReserved
Whether the space for the preference icon view will be reserved.
com.companyname.pawpalsapp:isPreferenceVisible
Whether the Preference is visible.
com.companyname.pawpalsapp:key
The key to store the Preference value.
com.companyname.pawpalsapp:layout
The layout to use for the search view.
com.companyname.pawpalsapp:order
The order for the Preference (lower values are to be ordered first).
com.companyname.pawpalsapp:persistent
Whether the Preference stores its value to the shared preferences.
com.companyname.pawpalsapp:selectable
Whether the Preference is selectable.
com.companyname.pawpalsapp:shouldDisableView
Whether the view of this Preference should be disabled when this Preference is disabled.
com.companyname.pawpalsapp:singleLineTitle
Whether to use single line for the preference title text.
com.companyname.pawpalsapp:summary
The summary for the Preference in a PreferenceActivity screen.
com.companyname.pawpalsapp:title
com.companyname.pawpalsapp:widgetLayout
The layout for the controllable widget portion of a Preference.
|
static |
@attr description Whether the preference allows displaying divider on top
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:allowDividerAbove
|
static |
@attr description Whether the preference allows displaying divider below it
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:allowDividerBelow
|
static |
This symbol is the offset where the android.R.attr#defaultValue attribute's value can be found in the Preference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be an integer value, such as "<code>100</code>".
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
May be a floating point value, such as "<code>1.2</code>".
@attr name android:defaultValue
|
static |
This symbol is the offset where the android.R.attr#dependency attribute's value can be found in the Preference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:dependency
|
static |
This symbol is the offset where the android.R.attr#enabled attribute's value can be found in the Preference array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:enabled
|
static |
This symbol is the offset where the android.R.attr#fragment attribute's value can be found in the Preference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:fragment
|
static |
This symbol is the offset where the android.R.attr#icon attribute's value can be found in the Preference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:icon
|
static |
This symbol is the offset where the android.R.attr#iconSpaceReserved attribute's value can be found in the Preference array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:iconSpaceReserved
|
static |
This symbol is the offset where the android.R.attr#key attribute's value can be found in the Preference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:key
|
static |
This symbol is the offset where the android.R.attr#layout attribute's value can be found in the Preference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:layout
|
static |
This symbol is the offset where the android.R.attr#order attribute's value can be found in the Preference array.
May be an integer value, such as "<code>100</code>".
@attr name android:order
|
static |
This symbol is the offset where the android.R.attr#persistent attribute's value can be found in the Preference array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:persistent
|
static |
This symbol is the offset where the android.R.attr#selectable attribute's value can be found in the Preference array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:selectable
|
static |
This symbol is the offset where the android.R.attr#shouldDisableView attribute's value can be found in the Preference array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:shouldDisableView
|
static |
This symbol is the offset where the android.R.attr#singleLineTitle attribute's value can be found in the Preference array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:singleLineTitle
|
static |
This symbol is the offset where the android.R.attr#summary attribute's value can be found in the Preference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:summary
|
static |
This symbol is the offset where the android.R.attr#title attribute's value can be found in the Preference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:title
|
static |
This symbol is the offset where the android.R.attr#widgetLayout attribute's value can be found in the Preference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:widgetLayout
|
static |
@attr description The default value for the preference, which will be set either if persistence is off or persistence is on and the preference is not found in the persistent storage.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be an integer value, such as "<code>100</code>".
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:defaultValue
|
static |
@attr description The key of another Preference that this Preference will depend on. If the other Preference is not set or is off, this Preference will be disabled.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:dependency
|
static |
@attr description Whether the summary of this preference can be copied to the clipboard by long pressing on the preference. By default, this is set to false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:enableCopying
|
static |
@attr description Whether the Preference is enabled.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:enabled
|
static |
@attr description When used inside of a modern PreferenceActivity, this declares a new PreferenceFragment to be shown when the user selects this item.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fragment
|
static |
@attr description The optional icon for the preference
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:icon
|
static |
@attr description Whether the space for the preference icon view will be reserved. If set to true, the preference will be offset as if it would have the icon and thus aligned with other preferences having icons. By default, preference icon view visibility will be set to GONE when there is no icon provided, so the default value of this attribute is false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:iconSpaceReserved
|
static |
@attr description Whether the Preference is visible. By default, this is set to true.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:isPreferenceVisible
|
static |
@attr description The key to store the Preference value.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:key
|
static |
@attr description The layout for the Preference in a PreferenceActivity screen. This should rarely need to be changed, look at widgetLayout instead.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layout
|
static |
@attr description The order for the Preference (lower values are to be ordered first). If this is not specified, the default ordering will be alphabetic.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:order
|
static |
@attr description Whether the Preference stores its value to the shared preferences.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:persistent
|
static |
@attr description Whether the Preference is selectable.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:selectable
|
static |
@attr description Whether the view of this Preference should be disabled when this Preference is disabled.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:shouldDisableView
|
static |
@attr description Whether to use single line for the preference title text. By default, preference title will be constrained to one line, so the default value of this attribute is true.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:singleLineTitle
|
static |
@attr description The summary for the Preference in a PreferenceActivity screen.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:summary
|
static |
@attr description The title for the Preference in a PreferenceActivity screen.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:title
|
static |
@attr description The layout for the controllable widget portion of a Preference. This is inflated into the layout for a Preference and should be used more frequently than the layout attribute. For example, a checkbox preference would specify a custom layout (consisting of just the CheckBox) here.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:widgetLayout
|
static |
Attributes that can be used with a PreferenceFragment.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:allowDividerAfterLastItem
Whether a divider is allowed to draw after the last item
|
static |
@attr description Whether a divider is allowed to draw after the last item
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:allowDividerAfterLastItem
|
static |
@attr description List separator to draw between preference views
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:divider
|
static |
@attr description List separator height
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:dividerHeight
|
static |
@attr description The layout for the PreferenceFragment. This should rarely need to be changed.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:layout
|
static |
Attributes that can be used with a PreferenceFragmentCompat.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:allowDividerAfterLastItem
Whether a divider is allowed to draw after the last item
|
static |
@attr description Whether a divider is allowed to draw after the last item
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:allowDividerAfterLastItem
|
static |
@attr description List separator to draw between preference views
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:divider
|
static |
@attr description List separator height
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:dividerHeight
|
static |
@attr description The layout for the PreferenceFragment. This should rarely need to be changed.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:layout
|
static |
Attributes that can be used with a PreferenceGroup.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:initialExpandedChildrenCount
The maximal number of children that are shown when the preference group is launched where the rest of the children will be hidden.
com.companyname.pawpalsapp:orderingFromXml
Whether to order the Preference under this group as they appear in the XML file.
|
static |
This symbol is the offset where the android.R.attr#orderingFromXml attribute's value can be found in the PreferenceGroup array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:orderingFromXml
|
static |
@attr description The maximal number of children that are shown when the preference group is launched where the rest of the children will be hidden. If some children are hidden an expand button will be provided to show all the hidden children. Any child in any level of the hierarchy that is also a preference group (e.g. preference category) will not be counted towards the limit. But instead the children of such group will be counted. By default, all children will be shown, so the default value of this attribute is equal to Integer.MAX_VALUE. The group should have a key defined if an expandable preference is present to correctly persist state.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:initialExpandedChildrenCount
|
static |
@attr description Whether to order the Preference under this group as they appear in the XML file. If this is false, the ordering will follow the Preference order attribute and default to alphabetic for those without the order attribute.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:orderingFromXml
|
static |
Attributes that can be used with a PreferenceImageView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#maxHeight attribute's value can be found in the PreferenceImageView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxHeight
|
static |
This symbol is the offset where the android.R.attr#maxWidth attribute's value can be found in the PreferenceImageView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#maxHeight attribute's value can be found in the PreferenceImageView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:maxHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#maxWidth attribute's value can be found in the PreferenceImageView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:maxWidth
|
static |
Attributes that can be used with a PreferenceTheme.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:checkBoxPreferenceStyle
Default style for CheckBoxPreference.
com.companyname.pawpalsapp:dialogPreferenceStyle
Default style for DialogPreference.
com.companyname.pawpalsapp:dropdownPreferenceStyle
Default style for DropDownPreference.
com.companyname.pawpalsapp:editTextPreferenceStyle
Default style for EditTextPreference.
com.companyname.pawpalsapp:preferenceCategoryStyle
Default style for PreferenceCategory.
com.companyname.pawpalsapp:preferenceCategoryTitleTextAppearance
The preferred TextAppearance for the title displayed in a PreferenceCategory.
com.companyname.pawpalsapp:preferenceFragmentCompatStyle
Default style for Headers pane in PreferenceActivity.
com.companyname.pawpalsapp:preferenceFragmentListStyle
Preference fragment list style
com.companyname.pawpalsapp:preferenceFragmentStyle
Default style for Headers pane in PreferenceActivity.
com.companyname.pawpalsapp:preferenceInformationStyle
Default style for informational Preference.
com.companyname.pawpalsapp:preferenceScreenStyle
Default style for PreferenceScreen.
com.companyname.pawpalsapp:preferenceStyle
Default style for Preference.
com.companyname.pawpalsapp:preferenceTheme
Theme for inflating Preference objects
com.companyname.pawpalsapp:seekBarPreferenceStyle
Default style for seekbar preferences.
com.companyname.pawpalsapp:switchPreferenceCompatStyle
Default style for switch compat preferences.
com.companyname.pawpalsapp:switchPreferenceStyle
Default style for switch preferences.
|
static |
@attr description Default style for CheckBoxPreference.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:checkBoxPreferenceStyle
|
static |
@attr description Default style for DialogPreference.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dialogPreferenceStyle
|
static |
@attr description Default style for DropDownPreference.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:dropdownPreferenceStyle
|
static |
@attr description Default style for EditTextPreference.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:editTextPreferenceStyle
|
static |
@attr description Default style for PreferenceCategory.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:preferenceCategoryStyle
|
static |
@attr description The preferred TextAppearance for the title displayed in a PreferenceCategory. This is needed as there are no relevant android: attributes we can use for this as we do with other text appearance styles.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:preferenceCategoryTitleTextAppearance
|
static |
@attr description Default style for Headers pane in PreferenceActivity.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:preferenceFragmentCompatStyle
|
static |
@attr description Preference fragment list style
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:preferenceFragmentListStyle
|
static |
@attr description Default style for Headers pane in PreferenceActivity.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:preferenceFragmentStyle
|
static |
@attr description Default style for informational Preference.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:preferenceInformationStyle
|
static |
@attr description Default style for PreferenceScreen.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:preferenceScreenStyle
|
static |
@attr description Default style for Preference.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:preferenceStyle
|
static |
@attr description Theme for inflating Preference objects
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:preferenceTheme
|
static |
@attr description Default style for seekbar preferences.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:seekBarPreferenceStyle
|
static |
@attr description Default style for switch compat preferences.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:switchPreferenceCompatStyle
|
static |
@attr description Default style for switch preferences.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:switchPreferenceStyle
|
static |
Attributes that can be used with a PropertySet.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:layout_constraintTag
|
static |
@attr description alpha property of the view, as a value between 0 (completely transparent) and 1 (completely opaque).
May be a floating point value, such as "<code>1.2</code>".
@attr name android:alpha
|
static |
@attr description Controls the initial visibility of the view.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
gone
2
invisible
1
visible
0
@attr name android:visibility
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layout_constraintTag attribute's value can be found in the PropertySet array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layout_constraintTag
|
static |
@attr description calls setProgress(float) on the view if the method exist
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:motionProgress
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#visibilityMode attribute's value can be found in the PropertySet array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
ignore
1
normal
0
@attr name com.companyname.pawpalsapp:visibilityMode
|
static |
Attributes that can be used with a RadialViewGroup.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description Radius indicating how far away from the center of the group the children are positioned
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:materialCircleRadius
|
static |
Attributes that can be used with a RangeSlider.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:minSeparation
If there is more than one thumb, and the slider is not discrete the thumbs will be separated by this dimen
|
static |
@attr description If there is more than one thumb, and the slider is not discrete the thumbs will be separated by this dimen
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:minSeparation
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#values attribute's value can be found in the RangeSlider array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:values
|
static |
Attributes that can be used with a RecycleListView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:paddingBottomNoButtons
Bottom padding to use when no buttons are present.
com.companyname.pawpalsapp:paddingTopNoTitle
Top padding to use when no title is present.
|
static |
@attr description Bottom padding to use when no buttons are present.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:paddingBottomNoButtons
|
static |
@attr description Top padding to use when no title is present.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:paddingTopNoTitle
|
static |
Attributes that can be used with a RecyclerView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
android:descendantFocusability
com.companyname.pawpalsapp:fastScrollEnabled
com.companyname.pawpalsapp:fastScrollHorizontalThumbDrawable
com.companyname.pawpalsapp:fastScrollHorizontalTrackDrawable
com.companyname.pawpalsapp:fastScrollVerticalThumbDrawable
com.companyname.pawpalsapp:fastScrollVerticalTrackDrawable
com.companyname.pawpalsapp:layoutManager
Class name of the Layout Manager to be used.
com.companyname.pawpalsapp:reverseLayout
com.companyname.pawpalsapp:spanCount
com.companyname.pawpalsapp:stackFromEnd
|
static |
This symbol is the offset where the android.R.attr#clipToPadding attribute's value can be found in the RecyclerView array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:clipToPadding
|
static |
This symbol is the offset where the android.R.attr#descendantFocusability attribute's value can be found in the RecyclerView array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
afterDescendants
1
beforeDescendants
0
blocksDescendants
2
@attr name android:descendantFocusability
|
static |
This symbol is the offset where the android.R.attr#orientation attribute's value can be found in the RecyclerView array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal
0
vertical
1
@attr name android:orientation
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#fastScrollEnabled attribute's value can be found in the RecyclerView array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:fastScrollEnabled
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#fastScrollHorizontalThumbDrawable attribute's value can be found in the RecyclerView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:fastScrollHorizontalThumbDrawable
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#fastScrollHorizontalTrackDrawable attribute's value can be found in the RecyclerView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:fastScrollHorizontalTrackDrawable
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#fastScrollVerticalThumbDrawable attribute's value can be found in the RecyclerView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:fastScrollVerticalThumbDrawable
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#fastScrollVerticalTrackDrawable attribute's value can be found in the RecyclerView array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:fastScrollVerticalTrackDrawable
|
static |
@attr description Class name of the Layout Manager to be used.
The class must ext androidx.recyclerview.widget.RecyclerViewView$LayoutManager and have either a default constructor or constructor with the signature (android.content.Context, android.util.AttributeSet, int, int).
If the name starts with a '.', application package is prefixed. Else, if the name contains a '.', the classname is assumed to be a full class name. Else, the recycler view package naandroidx.appcompat.widgetdget) is prefixed.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:layoutManager
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#reverseLayout attribute's value can be found in the RecyclerView array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:reverseLayout
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#spanCount attribute's value can be found in the RecyclerView array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:spanCount
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#stackFromEnd attribute's value can be found in the RecyclerView array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:stackFromEnd
|
static |
Attributes that can be used with a ScrimInsetsFrameLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#insetForeground attribute's value can be found in the ScrimInsetsFrameLayout array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:insetForeground
|
static |
Attributes that can be used with a ScrollingViewBehavior_Layout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:behavior_overlapTop
The amount that the scrolling view should overlap the bottom of any AppBarLayout
|
static |
@attr description The amount that the scrolling view should overlap the bottom of any AppBarLayout
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:behavior_overlapTop
|
static |
Attributes that can be used with a ScrollViewRendererTheme.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#scrollViewStyle attribute's value can be found in the ScrollViewRendererTheme array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:scrollViewStyle
|
static |
Attributes that can be used with a SearchView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:closeIcon
Close icon drawable to display at the end of the chip.
com.companyname.pawpalsapp:commitIcon
Commit icon shown in the query suggestion row
com.companyname.pawpalsapp:defaultQueryHint
Default query hint used when queryHint is undefined and the search view's SearchableInfo does not provide a hint.
com.companyname.pawpalsapp:goIcon
Go button icon
com.companyname.pawpalsapp:iconifiedByDefault
The default state of the SearchView.
com.companyname.pawpalsapp:layout
The layout to use for the search view.
com.companyname.pawpalsapp:queryBackground
Background for the section containing the search query
com.companyname.pawpalsapp:queryHint
An optional user-defined query hint string to be displayed in the empty query field.
com.companyname.pawpalsapp:searchHintIcon
Search icon displayed as a text field hint
com.companyname.pawpalsapp:searchIcon
Search icon
com.companyname.pawpalsapp:submitBackground
Background for the section containing the action (e.g.
com.companyname.pawpalsapp:suggestionRowLayout
Layout for query suggestion rows
com.companyname.pawpalsapp:voiceIcon
Voice button icon
|
static |
This symbol is the offset where the android.R.attr#focusable attribute's value can be found in the SearchView array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
auto
10
@attr name android:focusable
|
static |
@attr description The IME options to set on the query text field.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
actionDone
6
actionGo
2
actionNext
5
actionNone
1
actionPrevious
7
actionSearch
3
actionSend
4
actionUnspecified
0
flagForceAscii
80000000
flagNavigateNext
8000000
flagNavigatePrevious
4000000
flagNoAccessoryAction
20000000
flagNoEnterAction
40000000
flagNoExtractUi
10000000
flagNoFullscreen
2000000
flagNoPersonalizedLearning
1000000
normal
0
@attr name android:imeOptions
|
static |
@attr description The input type to set on the query text field.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
date
14
datetime
4
none
0
number
2
numberDecimal
2002
numberPassword
12
numberSigned
1002
phone
3
text
1
textAutoComplete
10001
textAutoCorrect
8001
textCapCharacters
1001
textCapSentences
4001
textCapWords
2001
textEmailAddress
21
textEmailSubject
31
textFilter
b1
textImeMultiLine
40001
textLongMessage
51
textMultiLine
20001
textNoSuggestions
80001
textPassword
81
textPersonName
61
textPhonetic
c1
textPostalAddress
71
textShortMessage
41
textUri
11
textVisiblePassword
91
textWebEditText
a1
textWebEmailAddress
d1
textWebPassword
e1
time
24
@attr name android:inputType
|
static |
@attr description An optional maximum width of the SearchView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
@attr description Close button icon
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:closeIcon
|
static |
@attr description Commit icon shown in the query suggestion row
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:commitIcon
|
static |
@attr description Default query hint used when queryHint is undefined and the search view's SearchableInfo does not provide a hint.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:defaultQueryHint
|
static |
@attr description Go button icon
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:goIcon
|
static |
@attr description The default state of the SearchView. If true, it will be iconified when not in use and expanded when clicked.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:iconifiedByDefault
|
static |
@attr description The layout to use for the search view.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:layout
|
static |
@attr description Background for the section containing the search query
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:queryBackground
|
static |
@attr description An optional user-defined query hint string to be displayed in the empty query field.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:queryHint
|
static |
@attr description Search icon displayed as a text field hint
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:searchHintIcon
|
static |
@attr description Search icon
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:searchIcon
|
static |
@attr description Background for the section containing the action (e.g. voice search)
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:submitBackground
|
static |
@attr description Layout for query suggestion rows
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:suggestionRowLayout
|
static |
@attr description Voice button icon
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:voiceIcon
|
static |
Attributes that can be used with a SeekBarPreference.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:adjustable
Attribute indicating whether the slider within this preference can be adjusted, that is pressing left/right keys when this preference is focused will move the slider accordingly (e.g.
com.companyname.pawpalsapp:min
com.companyname.pawpalsapp:seekBarIncrement
Attribute controlling the amount to increment or decrement the seekbar when the user presses the arrow keys
com.companyname.pawpalsapp:showSeekBarValue
Flag indicating whether the TextView next to the seekbar that shows the current seekbar value will be displayed.
com.companyname.pawpalsapp:updatesContinuously
Flag indicating whether the SeekBarPreference should continuously save the Seekbar value while the Seekbar is being dragged.
|
static |
@attr description Attribute indicating whether the slider within this preference can be adjusted, that is pressing left/right keys when this preference is focused will move the slider accordingly (e.g. inline adjustable preferences). False, if the slider within the preference is read-only and cannot be adjusted. By default, the seekbar is adjustable.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:adjustable
|
static |
This symbol is the offset where the android.R.attr#layout attribute's value can be found in the SeekBarPreference array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:layout
|
static |
This symbol is the offset where the android.R.attr#max attribute's value can be found in the SeekBarPreference array.
May be an integer value, such as "<code>100</code>".
@attr name android:max
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#min attribute's value can be found in the SeekBarPreference array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:min
|
static |
@attr description Attribute controlling the amount to increment or decrement the seekbar when the user presses the arrow keys
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:seekBarIncrement
|
static |
@attr description Flag indicating whether the TextView next to the seekbar that shows the current seekbar value will be displayed. If true, the view is VISIBLE; if false, the view will be GONE. By default, this view is GONE.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:showSeekBarValue
|
static |
@attr description Flag indicating whether the SeekBarPreference should continuously save the Seekbar value while the Seekbar is being dragged. If true, the SeekBarPreference should continuously save the Seekbar value while it is being dragged. If false, the Seekbar value is only saved when released. By default, this boolean is false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:updatesContinuously
|
static |
Attributes that can be used with a ShapeableImageView.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:contentPadding
Inner padding between the edges of the Card and children of the CardView.
com.companyname.pawpalsapp:contentPaddingBottom
Inner padding between the bottom edge of the Card and children of the CardView.
com.companyname.pawpalsapp:contentPaddingEnd
com.companyname.pawpalsapp:contentPaddingLeft
Inner padding between the left edge of the Card and children of the CardView.
com.companyname.pawpalsapp:contentPaddingRight
Inner padding between the right edge of the Card and children of the CardView.
com.companyname.pawpalsapp:contentPaddingStart
com.companyname.pawpalsapp:contentPaddingTop
Inner padding between the top edge of the Card and children of the CardView.
com.companyname.pawpalsapp:shapeAppearance
Shape appearance style reference to be used to construct a ShapeAppearanceModel.
com.companyname.pawpalsapp:shapeAppearanceOverlay
Shape appearance overlay style reference to be used to modify the shapeAppearance.
com.companyname.pawpalsapp:strokeColor
com.companyname.pawpalsapp:strokeWidth
|
static |
@attr description Attributes for padding the image, since android:padding is applied to the background for ShapeableImageView
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPadding
|
static |
@attr description Inner padding between the bottom edge of the Card and children of the CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingBottom
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#contentPaddingEnd attribute's value can be found in the ShapeableImageView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingEnd
|
static |
@attr description Inner padding between the left edge of the Card and children of the CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingLeft
|
static |
@attr description Inner padding between the right edge of the Card and children of the CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingRight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#contentPaddingStart attribute's value can be found in the ShapeableImageView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingStart
|
static |
@attr description Inner padding between the top edge of the Card and children of the CardView.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentPaddingTop
|
static |
@attr description Shape appearance style reference for ShapeableImageView. Attribute declaration is in the shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearance
|
static |
@attr description Shape appearance overlay style reference for ShapeableImageView. To be used to augment attributes declared in the shapeAppearance. Attribute declaration is in the shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearanceOverlay
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#strokeColor attribute's value can be found in the ShapeableImageView array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:strokeColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#strokeWidth attribute's value can be found in the ShapeableImageView array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:strokeWidth
|
static |
Attributes that can be used with a ShapeAppearance.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:cornerFamily
Corner family to be used in the ShapeAppearance.
com.companyname.pawpalsapp:cornerFamilyBottomLeft
Bottom left corner family to be used in the ShapeAppearance.
com.companyname.pawpalsapp:cornerFamilyBottomRight
Bottom right corner family to be used in the ShapeAppearance.
com.companyname.pawpalsapp:cornerFamilyTopLeft
Top left corner family to be used in the ShapeAppearance.
com.companyname.pawpalsapp:cornerFamilyTopRight
Top right corner family to be used in the ShapeAppearance.
com.companyname.pawpalsapp:cornerSize
Corner size to be used in the ShapeAppearance.
com.companyname.pawpalsapp:cornerSizeBottomLeft
Bottom left corner size to be used in the ShapeAppearance.
com.companyname.pawpalsapp:cornerSizeBottomRight
Bottom right corner size to be used in the ShapeAppearance.
com.companyname.pawpalsapp:cornerSizeTopLeft
Top left corner size to be used in the ShapeAppearance.
com.companyname.pawpalsapp:cornerSizeTopRight
Top right corner size to be used in the ShapeAppearance.
|
static |
@attr description Corner family to be used in the ShapeAppearance. All corners default to this value
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
cut
1
rounded
0
@attr name com.companyname.pawpalsapp:cornerFamily
|
static |
@attr description Bottom left corner family to be used in the ShapeAppearance.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
cut
1
rounded
0
@attr name com.companyname.pawpalsapp:cornerFamilyBottomLeft
|
static |
@attr description Bottom right corner family to be used in the ShapeAppearance.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
cut
1
rounded
0
@attr name com.companyname.pawpalsapp:cornerFamilyBottomRight
|
static |
@attr description Top left corner family to be used in the ShapeAppearance.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
cut
1
rounded
0
@attr name com.companyname.pawpalsapp:cornerFamilyTopLeft
|
static |
@attr description Top right corner family to be used in the ShapeAppearance.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
cut
1
rounded
0
@attr name com.companyname.pawpalsapp:cornerFamilyTopRight
|
static |
@attr description Corner size to be used in the ShapeAppearance. All corners default to this value
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:cornerSize
|
static |
@attr description Bottom left corner size to be used in the ShapeAppearance.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:cornerSizeBottomLeft
|
static |
@attr description Bottom right corner size to be used in the ShapeAppearance.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:cornerSizeBottomRight
|
static |
@attr description Top left corner size to be used in the ShapeAppearance.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:cornerSizeTopLeft
|
static |
@attr description Top right corner size to be used in the ShapeAppearance.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
May be a fractional value, which is a floating point number appended with either % or p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional p suffix provides a size relative to some parent container.
@attr name com.companyname.pawpalsapp:cornerSizeTopRight
|
static |
Attributes that can be used with a Slider.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:haloColor
The color of the slider's halo.
com.companyname.pawpalsapp:haloRadius
The radius of the halo.
com.companyname.pawpalsapp:labelBehavior
Determines if Slider should increase its default height to include space for the label.
com.companyname.pawpalsapp:labelStyle
The style used for the label TooltipDrawable.
com.companyname.pawpalsapp:thumbColor
The color of the slider's thumb.
com.companyname.pawpalsapp:thumbElevation
The elevation of the thumb.
com.companyname.pawpalsapp:thumbRadius
The radius of the thumb.
com.companyname.pawpalsapp:thumbStrokeColor
The stroke color for the thumb.
com.companyname.pawpalsapp:thumbStrokeWidth
The stroke width for the thumb.
com.companyname.pawpalsapp:tickColor
The color of the slider's tick marks.
com.companyname.pawpalsapp:tickColorActive
The color of the slider's tick marks for the active portion of the track.
com.companyname.pawpalsapp:tickColorInactive
The color of the slider's tick marks for the inactive portion of the track.
com.companyname.pawpalsapp:tickVisible
Whether to show the tick marks.
com.companyname.pawpalsapp:trackColor
com.companyname.pawpalsapp:trackColorActive
The color of active portion of the track.
com.companyname.pawpalsapp:trackColorInactive
The color of inactive portion of the track.
com.companyname.pawpalsapp:trackHeight
The height of the track.
|
static |
@attr description Whether the Slider is enabled.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:enabled
|
static |
This symbol is the offset where the android.R.attr#stepSize attribute's value can be found in the Slider array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:stepSize
|
static |
This symbol is the offset where the android.R.attr#value attribute's value can be found in the Slider array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be an integer value, such as "<code>100</code>".
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
May be a floating point value, such as "<code>1.2</code>".
@attr name android:value
|
static |
This symbol is the offset where the android.R.attr#valueFrom attribute's value can be found in the Slider array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be an integer value, such as "<code>100</code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
May be a floating point value, such as "<code>1.2</code>".
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:valueFrom
|
static |
This symbol is the offset where the android.R.attr#valueTo attribute's value can be found in the Slider array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
May be an integer value, such as "<code>100</code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
May be a floating point value, such as "<code>1.2</code>".
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:valueTo
|
static |
@attr description The color of the slider's halo.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:haloColor
|
static |
@attr description The radius of the halo.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:haloRadius
|
static |
@attr description Determines if Slider should increase its default height to include space for the label.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
floating
0
Mode that draws the label floating above the bounds of this view.
gone
2
Mode that prevents the label from being drawn
withinBounds
1
Mode that draws the label within the bounds of the view.
@attr name com.companyname.pawpalsapp:labelBehavior
|
static |
@attr description The style used for the label TooltipDrawable.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:labelStyle
|
static |
@attr description The color of the slider's thumb.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:thumbColor
|
static |
@attr description The elevation of the thumb.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:thumbElevation
|
static |
@attr description The radius of the thumb.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:thumbRadius
|
static |
@attr description The stroke color for the thumb.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:thumbStrokeColor
|
static |
@attr description The stroke width for the thumb.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:thumbStrokeWidth
|
static |
@attr description The color of the slider's tick marks. Only used when the slider is in discrete mode.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tickColor
|
static |
@attr description The color of the slider's tick marks for the active portion of the track. Only used when the slider is in discrete mode.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tickColorActive
|
static |
@attr description The color of the slider's tick marks for the inactive portion of the track. Only used when the slider is in discrete mode.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tickColorInactive
|
static |
@attr description Whether to show the tick marks. Only used when the slider is in discrete mode.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:tickVisible
|
static |
@attr description The color of the track.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:trackColor
|
static |
@attr description The color of active portion of the track.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:trackColorActive
|
static |
@attr description The color of inactive portion of the track.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:trackColorInactive
|
static |
@attr description The height of the track.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:trackHeight
|
static |
Attributes that can be used with a Snackbar.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:snackbarButtonStyle
Style to use for action button within a Snackbar in this theme.
com.companyname.pawpalsapp:snackbarStyle
Style to use for Snackbars in this theme.
com.companyname.pawpalsapp:snackbarTextViewStyle
Style to use for message text within a Snackbar in this theme.
|
static |
@attr description Style to use for action button within a Snackbar in this theme.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:snackbarButtonStyle
|
static |
@attr description Style to use for Snackbars in this theme.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:snackbarStyle
|
static |
@attr description Style to use for message text within a Snackbar in this theme.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:snackbarTextViewStyle
|
static |
Attributes that can be used with a SnackbarLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:actionTextColorAlpha
Alpha level for the action button text, to allow for adjusting the lightness or darkness of the theme color used for Snackbar text buttons (e.g., colorPrimary).
com.companyname.pawpalsapp:animationMode
Sets the enter and exit animations for a Snackbar.
com.companyname.pawpalsapp:backgroundOverlayColorAlpha
Alpha level for the color that is overlaid on top of the background color.
com.companyname.pawpalsapp:backgroundTint
com.companyname.pawpalsapp:backgroundTintMode
Blending mode used to apply the background tint.
com.companyname.pawpalsapp:elevation
Elevation for the action bar itself
|
static |
@attr description Alpha level for the action button text, to allow for adjusting the lightness or darkness of the theme color used for Snackbar text buttons (e.g., colorPrimary).
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:actionTextColorAlpha
|
static |
This symbol is the offset where the android.R.attr#maxWidth attribute's value can be found in the SnackbarLayout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
@attr description Sets the enter and exit animations for a Snackbar.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fade
1
Mode that corresponds to the fade in and out animations.
slide
0
Mode that corresponds to the slide in and out animations.
@attr name com.companyname.pawpalsapp:animationMode
|
static |
@attr description Alpha level for the color that is overlaid on top of the background color. Ignored if backgroundTint is set.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:backgroundOverlayColorAlpha
|
static |
@attr description Background tint used by the Snackbar background drawable. Accepts a ColorStateList or ColorInt.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundTint
|
static |
@attr description Background tint mode used by the Snackbar background drawable.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:backgroundTintMode
|
static |
@attr description Elevation for the action bar itself
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:elevation
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#maxActionInlineWidth attribute's value can be found in the SnackbarLayout array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:maxActionInlineWidth
|
static |
Attributes that can be used with a Spinner.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:popupTheme
Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
|
static |
@attr description Width of the dropdown in spinnerMode="dropdown".
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
fill_parent
ffffffff
match_parent
ffffffff
wrap_content
fffffffe
@attr name android:dropDownWidth
|
static |
@attr description Reference to an array resource that will populate the Spinner.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:entries
|
static |
@attr description Background drawable to use for the dropdown in spinnerMode="dropdown".
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:popupBackground
|
static |
@attr description The prompt to display when the spinner's dialog is shown.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:prompt
|
static |
@attr description Theme to use for the drop-down or dialog popup window.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:popupTheme
|
static |
Attributes that can be used with a State.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:constraints
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the State array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraints attribute's value can be found in the State array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:constraints
|
static |
Attributes that can be used with a StateListDrawable.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states. If false, the size will vary based on the current state.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:constantSize
|
static |
@attr description Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:dither
|
static |
@attr description Amount of time (in milliseconds) to fade in a new state drawable.
May be an integer value, such as "<code>100</code>".
@attr name android:enterFadeDuration
|
static |
@attr description Amount of time (in milliseconds) to fade out an old state drawable.
May be an integer value, such as "<code>100</code>".
@attr name android:exitFadeDuration
|
static |
@attr description If true, allows the drawable's padding to change based on the current state that is selected. If false, the padding will stay the same (based on the maximum padding of all the states). Enabling this feature requires that the owner of the drawable deal with performing layout when the state changes, which is often not supported.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:variablePadding
|
static |
@attr description Indicates whether the drawable should be initially visible.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:visible
|
static |
Attributes that can be used with a StateListDrawableItem.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description Reference to a drawable resource to use for the state. If not given, the drawable must be defined by the first child tag.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:drawable
|
static |
Attributes that can be used with a StateSet.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:defaultState
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#defaultState attribute's value can be found in the StateSet array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:defaultState
|
static |
Attributes that can be used with a SwipeRefreshLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:swipeRefreshLayoutProgressSpinnerBackgroundColor
Background color for SwipeRefreshLayout progress spinner.
|
static |
@attr description Background color for SwipeRefreshLayout progress spinner.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:swipeRefreshLayoutProgressSpinnerBackgroundColor
|
static |
Attributes that can be used with a SwitchCompat.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:showText
Whether to draw on/off text.
com.companyname.pawpalsapp:splitTrack
Whether to split the track and leave a gap for the thumb drawable.
com.companyname.pawpalsapp:switchMinWidth
Minimum width for the switch component
com.companyname.pawpalsapp:switchPadding
Minimum space between the switch and caption text
com.companyname.pawpalsapp:switchTextAppearance
TextAppearance style for text displayed on the switch thumb.
com.companyname.pawpalsapp:thumbTextPadding
Amount of padding on either side of text within the switch thumb.
com.companyname.pawpalsapp:thumbTint
Tint to apply to the thumb drawable.
com.companyname.pawpalsapp:thumbTintMode
Blending mode used to apply the thumb tint.
com.companyname.pawpalsapp:track
Drawable to use as the "track" that the switch thumb slides within.
com.companyname.pawpalsapp:trackTint
Tint to apply to the track.
com.companyname.pawpalsapp:trackTintMode
Blending mode used to apply the track tint.
|
static |
@attr description Text to use when the switch is in the unchecked/"off" state.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:textOff
|
static |
@attr description Text to use when the switch is in the checked/"on" state.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:textOn
|
static |
@attr description Drawable to use as the "thumb" that switches back and forth.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:thumb
|
static |
@attr description Whether to draw on/off text.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:showText
|
static |
@attr description Whether to split the track and leave a gap for the thumb drawable.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:splitTrack
|
static |
@attr description Minimum width for the switch component
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:switchMinWidth
|
static |
@attr description Minimum space between the switch and caption text
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:switchPadding
|
static |
@attr description TextAppearance style for text displayed on the switch thumb.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:switchTextAppearance
|
static |
@attr description Amount of padding on either side of text within the switch thumb.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:thumbTextPadding
|
static |
@attr description Tint to apply to the thumb drawable.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:thumbTint
|
static |
@attr description Blending mode used to apply the thumb tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:thumbTintMode
|
static |
@attr description Drawable to use as the "track" that the switch thumb slides within.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:track
|
static |
@attr description Tint to apply to the track.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:trackTint
|
static |
@attr description Blending mode used to apply the track tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:trackTintMode
|
static |
Attributes that can be used with a SwitchMaterial.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description When set to true, SwitchMaterial will tint itself according to Material Theme colors. When set to false, Material Theme colors will be ignored. This value should be set to false when using custom drawables that should not be tinted. This value is ignored if a buttonTint is set.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:useMaterialThemeColors
|
static |
Attributes that can be used with a SwitchPreference.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
android:disableDependentsState
com.companyname.pawpalsapp:disableDependentsState
The state (true for on, or false for off) that causes dependents to be disabled.
com.companyname.pawpalsapp:summaryOff
The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked.
com.companyname.pawpalsapp:summaryOn
The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked.
com.companyname.pawpalsapp:switchTextOff
The text used on the switch itself when in the "off" state.
com.companyname.pawpalsapp:switchTextOn
The text used on the switch itself when in the "on" state.
|
static |
This symbol is the offset where the android.R.attr#disableDependentsState attribute's value can be found in the SwitchPreference array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:disableDependentsState
|
static |
This symbol is the offset where the android.R.attr#summaryOff attribute's value can be found in the SwitchPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:summaryOff
|
static |
This symbol is the offset where the android.R.attr#summaryOn attribute's value can be found in the SwitchPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:summaryOn
|
static |
This symbol is the offset where the android.R.attr#switchTextOff attribute's value can be found in the SwitchPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:switchTextOff
|
static |
This symbol is the offset where the android.R.attr#switchTextOn attribute's value can be found in the SwitchPreference array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:switchTextOn
|
static |
@attr description The state (true for on, or false for off) that causes dependents to be disabled. By default, dependents will be disabled when this is unchecked, so the value of this preference is false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:disableDependentsState
|
static |
@attr description The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is unchecked. If separate on/off summaries are not needed, the summary attribute can be used instead.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:summaryOff
|
static |
@attr description The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is checked. If separate on/off summaries are not needed, the summary attribute can be used instead.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:summaryOn
|
static |
@attr description The text used on the switch itself when in the "off" state. This should be a very SHORT string, as it appears in a small space.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:switchTextOff
|
static |
@attr description The text used on the switch itself when in the "on" state. This should be a very SHORT string, as it appears in a small space.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:switchTextOn
|
static |
Attributes that can be used with a SwitchPreferenceCompat.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
android:disableDependentsState
com.companyname.pawpalsapp:disableDependentsState
The state (true for on, or false for off) that causes dependents to be disabled.
com.companyname.pawpalsapp:summaryOff
The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked.
com.companyname.pawpalsapp:summaryOn
The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked.
com.companyname.pawpalsapp:switchTextOff
The text used on the switch itself when in the "off" state.
com.companyname.pawpalsapp:switchTextOn
The text used on the switch itself when in the "on" state.
|
static |
This symbol is the offset where the android.R.attr#disableDependentsState attribute's value can be found in the SwitchPreferenceCompat array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:disableDependentsState
|
static |
This symbol is the offset where the android.R.attr#summaryOff attribute's value can be found in the SwitchPreferenceCompat array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:summaryOff
|
static |
This symbol is the offset where the android.R.attr#summaryOn attribute's value can be found in the SwitchPreferenceCompat array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:summaryOn
|
static |
This symbol is the offset where the android.R.attr#switchTextOff attribute's value can be found in the SwitchPreferenceCompat array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:switchTextOff
|
static |
This symbol is the offset where the android.R.attr#switchTextOn attribute's value can be found in the SwitchPreferenceCompat array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:switchTextOn
|
static |
@attr description The state (true for on, or false for off) that causes dependents to be disabled. By default, dependents will be disabled when this is unchecked, so the value of this preference is false.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:disableDependentsState
|
static |
@attr description The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is unchecked. If separate on/off summaries are not needed, the summary attribute can be used instead.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:summaryOff
|
static |
@attr description The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is checked. If separate on/off summaries are not needed, the summary attribute can be used instead.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:summaryOn
|
static |
@attr description The text used on the switch itself when in the "off" state. This should be a very SHORT string, as it appears in a small space.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:switchTextOff
|
static |
@attr description The text used on the switch itself when in the "on" state. This should be a very SHORT string, as it appears in a small space.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:switchTextOn
|
static |
Attributes that can be used with a TabItem.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
@attr description Icon to display in the tab.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:icon
|
static |
@attr description A reference to a layout resource to be displayed in the tab.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:layout
|
static |
@attr description Text to display in the tab.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:text
|
static |
Attributes that can be used with a TabLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:tabBackground
Reference to a background to be applied to tabs.
com.companyname.pawpalsapp:tabContentStart
Position in the Y axis from the starting edge that tabs should be positioned from.
com.companyname.pawpalsapp:tabGravity
Gravity constant for tabs.
com.companyname.pawpalsapp:tabIconTint
Tint to apply to tab icons, if present.
com.companyname.pawpalsapp:tabIconTintMode
Blending mode to apply to tab icons.
com.companyname.pawpalsapp:tabIndicator
Reference to a drawable to use as selection indicator for tabs.
com.companyname.pawpalsapp:tabIndicatorAnimationDuration
Duration in milliseconds for the animation of the selection indicator from one tab item to another.
com.companyname.pawpalsapp:tabIndicatorAnimationMode
The animation mode used to animate the selection indicator between destinations.
com.companyname.pawpalsapp:tabIndicatorColor
Color of the indicator used to show the currently selected tab.
com.companyname.pawpalsapp:tabIndicatorFullWidth
Whether the selection indicator width should fill the full width of the tab item, or if it should be fitted to the content of the tab text label.
com.companyname.pawpalsapp:tabIndicatorGravity
Gravity constant for tab selection indicator.
com.companyname.pawpalsapp:tabIndicatorHeight
{
|
static |
@attr description Reference to a background to be applied to tabs.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:tabBackground
|
static |
@attr description Position in the Y axis from the starting edge that tabs should be positioned from.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:tabContentStart
|
static |
@attr description Gravity constant for tabs.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
center
1
fill
0
start
2
@attr name com.companyname.pawpalsapp:tabGravity
|
static |
@attr description Tint to apply to tab icons, if present. This can be a color state list or a color.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tabIconTint
|
static |
@attr description Blending mode to apply to tab icons.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
multiply
e
screen
f
src_atop
9
src_in
5
src_over
3
@attr name com.companyname.pawpalsapp:tabIconTintMode
|
static |
@attr description Reference to a drawable to use as selection indicator for tabs. If this attribute is not specified, indicator defaults to a line along the bottom of the tab.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:tabIndicator
|
static |
@attr description Duration in milliseconds for the animation of the selection indicator from one tab item to another.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:tabIndicatorAnimationDuration
|
static |
@attr description The animation mode used to animate the selection indicator between destinations.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
elastic
1
Animate the selection indicator's left and right bounds out of step with each other, decelerating the front and accelerating the back. This causes the indicator to look like it stretches between destinations an then shrinks back down to fit the size of it's target tab.
linear
0
Animate the selection indicator's left and right bounds in step with each other.
@attr name com.companyname.pawpalsapp:tabIndicatorAnimationMode
|
static |
@attr description Color of the indicator used to show the currently selected tab.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tabIndicatorColor
|
static |
@attr description Whether the selection indicator width should fill the full width of the tab item, or if it should be fitted to the content of the tab text label. If no text label is present, it will be set to the width of the icon or to a minimum width of 24dp.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:tabIndicatorFullWidth
|
static |
@attr description Gravity constant for tab selection indicator.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
0
Align indicator to the bottom of this tab layout.
center
1
Align indicator along the center of this tab layout.
stretch
3
Stretch indicator to match the height and width of a tab item in this layout.
top
2
Align indicator to the top of this tab layout.
@attr name com.companyname.pawpalsapp:tabIndicatorGravity
|
static |
@attr description {
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:tabIndicatorHeight
|
static |
@attr description Whether to display tab labels horizontally inline with icons, or underneath icons.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:tabInlineLabel
|
static |
@attr description The maximum width for tabs.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:tabMaxWidth
|
static |
@attr description The minimum width for tabs.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:tabMinWidth
|
static |
@attr description The behavior mode for the Tabs in this layout
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
auto
2
fixed
1
scrollable
0
@attr name com.companyname.pawpalsapp:tabMode
|
static |
@attr description The preferred padding along all edges of tabs.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:tabPadding
|
static |
@attr description The preferred padding along the bottom edge of tabs.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:tabPaddingBottom
|
static |
@attr description The preferred padding along the end edge of tabs.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:tabPaddingEnd
|
static |
@attr description The preferred padding along the start edge of tabs.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:tabPaddingStart
|
static |
@attr description The preferred padding along the top edge of tabs.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:tabPaddingTop
|
static |
@attr description Ripple color for the tabs. This may be a color state list, if the desired ripple color should be stateful.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tabRippleColor
|
static |
@attr description {
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tabSelectedTextColor
|
static |
@attr description A reference to a TextAppearance style to be applied to tabs.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:tabTextAppearance
|
static |
@attr description The default text color to be applied to tabs.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:tabTextColor
|
static |
@attr description Whether to use unbounded ripple effect for tabs, or if ripple should instead be bound to tab item bounds.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:tabUnboundedRipple
|
static |
Attributes that can be used with a TextAppearance.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:fontFamily
The attribute for the font family.
com.companyname.pawpalsapp:fontVariationSettings
OpenType font variation settings, available after api 26.
com.companyname.pawpalsapp:textAllCaps
Present the text in ALL CAPS.
com.companyname.pawpalsapp:textLocale
Set the textLocale by a comma-separated language tag string, for example "ja-JP,zh-CN".
|
static |
This symbol is the offset where the android.R.attr#fontFamily attribute's value can be found in the TextAppearance array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:fontFamily
|
static |
This symbol is the offset where the android.R.attr#shadowColor attribute's value can be found in the TextAppearance array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:shadowColor
|
static |
This symbol is the offset where the android.R.attr#shadowDx attribute's value can be found in the TextAppearance array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:shadowDx
|
static |
This symbol is the offset where the android.R.attr#shadowDy attribute's value can be found in the TextAppearance array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:shadowDy
|
static |
This symbol is the offset where the android.R.attr#shadowRadius attribute's value can be found in the TextAppearance array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:shadowRadius
|
static |
This symbol is the offset where the android.R.attr#textColor attribute's value can be found in the TextAppearance array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:textColor
|
static |
This symbol is the offset where the android.R.attr#textColorHint attribute's value can be found in the TextAppearance array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:textColorHint
|
static |
This symbol is the offset where the android.R.attr#textColorLink attribute's value can be found in the TextAppearance array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:textColorLink
|
static |
This symbol is the offset where the android.R.attr#textFontWeight attribute's value can be found in the TextAppearance array.
May be an integer value, such as "<code>100</code>".
@attr name android:textFontWeight
|
static |
This symbol is the offset where the android.R.attr#textSize attribute's value can be found in the TextAppearance array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:textSize
|
static |
This symbol is the offset where the android.R.attr#textStyle attribute's value can be found in the TextAppearance array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bold
1
italic
2
normal
0
@attr name android:textStyle
|
static |
This symbol is the offset where the android.R.attr#typeface attribute's value can be found in the TextAppearance array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
monospace
3
normal
0
sans
1
serif
2
@attr name android:typeface
|
static |
@attr description The attribute for the font family.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fontFamily
|
static |
@attr description OpenType font variation settings, available aftear api 26.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:fontVariationSettings
|
static |
@attr description Present the text in ALL CAPS. This may use a small-caps form when available.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:textAllCaps
|
static |
@attr description Set the textLocale by a comma-separated language tag string, for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above. Before API 24, only the first language tag is used. Starting from API 24, the string will be converted into a android.os.LocaleList and then used by android.widget.TextView
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:textLocale
|
static |
Attributes that can be used with a TextEffects.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:borderRound
com.companyname.pawpalsapp:borderRoundPercent
com.companyname.pawpalsapp:textFillColor
com.companyname.pawpalsapp:textOutlineColor
com.companyname.pawpalsapp:textOutlineThickness
|
static |
This symbol is the offset where the android.R.attr#fontFamily attribute's value can be found in the TextEffects array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:fontFamily
|
static |
This symbol is the offset where the android.R.attr#shadowColor attribute's value can be found in the TextEffects array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:shadowColor
|
static |
This symbol is the offset where the android.R.attr#shadowDx attribute's value can be found in the TextEffects array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:shadowDx
|
static |
This symbol is the offset where the android.R.attr#shadowDy attribute's value can be found in the TextEffects array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:shadowDy
|
static |
This symbol is the offset where the android.R.attr#shadowRadius attribute's value can be found in the TextEffects array.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:shadowRadius
|
static |
This symbol is the offset where the android.R.attr#text attribute's value can be found in the TextEffects array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:text
|
static |
This symbol is the offset where the android.R.attr#textSize attribute's value can be found in the TextEffects array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:textSize
|
static |
This symbol is the offset where the android.R.attr#textStyle attribute's value can be found in the TextEffects array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bold
1
italic
2
normal
0
@attr name android:textStyle
|
static |
This symbol is the offset where the android.R.attr#typeface attribute's value can be found in the TextEffects array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
monospace
3
normal
0
sans
1
serif
2
@attr name android:typeface
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#borderRound attribute's value can be found in the TextEffects array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:borderRound
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#borderRoundPercent attribute's value can be found in the TextEffects array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:borderRoundPercent
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textFillColor attribute's value can be found in the TextEffects array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:textFillColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textOutlineColor attribute's value can be found in the TextEffects array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:textOutlineColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#textOutlineThickness attribute's value can be found in the TextEffects array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:textOutlineThickness
|
static |
Attributes that can be used with a TextInputEditText.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:textInputLayoutFocusedRectEnabled
Whether the TextInputEditText should use the TextInputLayout's focused rectangle instead of its own.
|
static |
@attr description Whether the TextInputEditText should use the TextInputLayout's focused rectangle instead of its own.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:textInputLayoutFocusedRectEnabled
|
static |
Attributes that can be used with a TextInputLayout.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:boxBackgroundColor
The color to use for the box's background color when in filled box mode.
com.companyname.pawpalsapp:boxBackgroundMode
Whether the text input area should be drawn as a filled box, an outline box, or not as a box.
com.companyname.pawpalsapp:boxCollapsedPaddingTop
Value to use for the EditText's collapsed top padding in box mode.
com.companyname.pawpalsapp:boxCornerRadiusBottomEnd
The value to use for the box's bottom end corner radius when in box mode.
com.companyname.pawpalsapp:boxCornerRadiusBottomStart
The value to use for the box's bottom start corner radius when in box mode.
com.companyname.pawpalsapp:boxCornerRadiusTopEnd
The value to use for the box's top end corner radius when in box mode.
com.companyname.pawpalsapp:boxCornerRadiusTopStart
The value to use for the box's top start corner radius when in box mode.
com.companyname.pawpalsapp:boxStrokeColor
The color to use for the box's stroke when in outline box mode.
com.companyname.pawpalsapp:boxStrokeErrorColor
The color to use for the box's stroke in outline box mode when an error is being displayed.
com.companyname.pawpalsapp:boxStrokeWidth
The value to use for the box's stroke when in outline box mode, or for the underline stroke in filled mode.
com.companyname.pawpalsapp:boxStrokeWidthFocused
The value to use for the focused box's stroke when in outline box mode, or for the focused underline stroke in filled mode..
com.companyname.pawpalsapp:counterEnabled
Whether the layout is laid out as if the character counter will be displayed.
com.companyname.pawpalsapp:counterMaxLength
The max length to display in the character counter.
com.companyname.pawpalsapp:counterOverflowTextAppearance
TextAppearance of the character counter when the text is longer than the max.
com.companyname.pawpalsapp:counterOverflowTextColor
Text color of the character counter when the text is longer than the max.
com.companyname.pawpalsapp:counterTextAppearance
TextAppearance of the character counter.
com.companyname.pawpalsapp:counterTextColor
Text color of the character counter.
com.companyname.pawpalsapp:endIconCheckable
Whether the end icon is checkable.
com.companyname.pawpalsapp:endIconContentDescription
Text to set as the content description for the end icon.
com.companyname.pawpalsapp:endIconDrawable
Drawable to use for the end icon.
com.companyname.pawpalsapp:endIconMode
The end icon mode of the TextInputLayout.
com.companyname.pawpalsapp:endIconTint
Tint color to use for the end icon.
com.companyname.pawpalsapp:endIconTintMode
Blending mode used to apply the background tint.
com.companyname.pawpalsapp:errorContentDescription
Text to set as the content description for the error view.
com.companyname.pawpalsapp:errorEnabled
Whether the layout is laid out as if an error will be displayed.
com.companyname.pawpalsapp:errorIconDrawable
End icon to be shown when an error is displayed.
com.companyname.pawpalsapp:errorIconTint
Tint color to use for the error icon.
com.companyname.pawpalsapp:errorIconTintMode
Blending mode used to apply the error icon tint.
com.companyname.pawpalsapp:errorTextAppearance
TextAppearance of any error message displayed.
com.companyname.pawpalsapp:errorTextColor
Text color for any error message displayed.
com.companyname.pawpalsapp:expandedHintEnabled
Whether the hint should occupy the input area when the text field is unpopulated and not focused.
com.companyname.pawpalsapp:helperText
The text to display as helper text underneath the text input area.
com.companyname.pawpalsapp:helperTextEnabled
Whether the layout's helper text functionality is enabled.
com.companyname.pawpalsapp:helperTextTextAppearance
TextAppearance of the helper text displayed underneath the text input area.
com.companyname.pawpalsapp:helperTextTextColor
Text color of the helper text displayed underneath the text input area.
com.companyname.pawpalsapp:hintAnimationEnabled
Whether to animate hint state changes.
com.companyname.pawpalsapp:hintEnabled
Whether the layout's floating label functionality is enabled.
com.companyname.pawpalsapp:hintTextAppearance
TextAppearance of the hint in the collapsed floating label.
com.companyname.pawpalsapp:hintTextColor
Text color of the hint in the collapsed floating label.
com.companyname.pawpalsapp:passwordToggleContentDescription
Text to set as the content description for the password input visibility toggle.
com.companyname.pawpalsapp:passwordToggleDrawable
Drawable to use as the password input visibility toggle icon.
com.companyname.pawpalsapp:passwordToggleEnabled
Whether the view will display a toggle when the EditText has a password.
com.companyname.pawpalsapp:passwordToggleTint
Icon to use for the password input visibility toggle Deprecated.
com.companyname.pawpalsapp:passwordToggleTintMode
Blending mode used to apply the background tint.
com.companyname.pawpalsapp:placeholderText
The text to display as placeholder text in the text input area.
com.companyname.pawpalsapp:placeholderTextAppearance
TextAppearance of the placeholder text displayed in the text input area.
com.companyname.pawpalsapp:placeholderTextColor
Text color of the placeholder text displayed in the text input area.
com.companyname.pawpalsapp:prefixText
The text to display as prefix text in the text input area.
com.companyname.pawpalsapp:prefixTextAppearance
TextAppearance of the prefix text displayed in the text input area.
com.companyname.pawpalsapp:prefixTextColor
Text color of the prefix text displayed in the text input area.
com.companyname.pawpalsapp:shapeAppearance
Shape appearance style reference to be used to construct a ShapeAppearanceModel.
com.companyname.pawpalsapp:shapeAppearanceOverlay
Shape appearance overlay style reference to be used to modify the shapeAppearance.
com.companyname.pawpalsapp:startIconCheckable
Whether the start icon is checkable.
com.companyname.pawpalsapp:startIconContentDescription
Text to set as the content description for the start icon.
com.companyname.pawpalsapp:startIconDrawable
Drawable to use for the start icon.
com.companyname.pawpalsapp:startIconTint
Tint color to use for the start icon.
com.companyname.pawpalsapp:startIconTintMode
Blending mode used to apply the background tint.
com.companyname.pawpalsapp:suffixText
The text to display as suffix text in the text input area.
com.companyname.pawpalsapp:suffixTextAppearance
TextAppearance of the suffix text displayed in the text input area.
com.companyname.pawpalsapp:suffixTextColor
Text color of the suffix text displayed in the text input area.
|
static |
@attr description Whether the layout is enabled
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name android:enabled
|
static |
@attr description The hint to display in the floating label.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:hint
|
static |
@attr description Makes the text field be at most this dimension wide if its width is set to wrap_content.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:maxWidth
|
static |
@attr description Makes the text field be at least this dimension wide if its width is set to wrap_content.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minWidth
|
static |
@attr description The text color for the hint when the text field is not activated (such as for the resting and disabled states).
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:textColorHint
|
static |
@attr description The color to use for the box's background color when in filled box mode. If a non-stateful color resource is specified, default colors will be used for the hover and disabled states.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:boxBackgroundColor
|
static |
@attr description Whether the text input area should be drawn as a filled box, an outline box, or not as a box.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
filled
1
Filled box mode for the text input box.
none
0
Specifies that there should be no box set on the text input area.
outline
2
Outline box mode for the text input box.
@attr name com.companyname.pawpalsapp:boxBackgroundMode
|
static |
@attr description Value to use for the EditText's collapsed top padding in box mode.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:boxCollapsedPaddingTop
|
static |
@attr description The value to use for the box's bottom end corner radius when in box mode.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:boxCornerRadiusBottomEnd
|
static |
@attr description The value to use for the box's bottom start corner radius when in box mode.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:boxCornerRadiusBottomStart
|
static |
@attr description The value to use for the box's top end corner radius when in box mode.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:boxCornerRadiusTopEnd
|
static |
@attr description The value to use for the box's top start corner radius when in box mode.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:boxCornerRadiusTopStart
|
static |
@attr description The color to use for the box's stroke when in outline box mode.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:boxStrokeColor
|
static |
@attr description The color to use for the box's stroke in outline box mode when an error is being displayed. If not set, it defaults to errorTextColor if on error state, or to counterOverflowTextColor if on overflow state.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:boxStrokeErrorColor
|
static |
@attr description The value to use for the box's stroke when in outline box mode, or for the underline stroke in filled mode.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:boxStrokeWidth
|
static |
@attr description The value to use for the focused box's stroke when in outline box mode, or for the focused underline stroke in filled mode..
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:boxStrokeWidthFocused
|
static |
@attr description Whether the layout is laid out as if the character counter will be displayed.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:counterEnabled
|
static |
@attr description The max length to display in the character counter.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:counterMaxLength
|
static |
@attr description TextAppearance of the character counter when the text is longer than the max.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:counterOverflowTextAppearance
|
static |
@attr description Text color of the character counter when the text is longer than the max. If set, this takes precedence over counterOverflowTextAppearance.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:counterOverflowTextColor
|
static |
@attr description TextAppearance of the character counter.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:counterTextAppearance
|
static |
@attr description Text color of the character counter. If set, this takes precedence over counterTextAppearance.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:counterTextColor
|
static |
@attr description Whether the end icon is checkable.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:endIconCheckable
|
static |
@attr description Text to set as the content description for the end icon.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:endIconContentDescription
|
static |
@attr description Drawable to use for the end icon.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:endIconDrawable
|
static |
@attr description The end icon mode of the TextInputLayout. It will display one of the end icons detailed below, or no end icon.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
clear_text
2
The view will display a clear text button while the EditText contains input.
custom
ffffffff
The view will display a custom icon specified by the user.
dropdown_menu
3
The view will display a toggle that displays/hides a dropdown menu.
none
0
No end icon.
password_toggle
1
The view will display a toggle when the EditText has a password.
@attr name com.companyname.pawpalsapp:endIconMode
|
static |
@attr description Tint color to use for the end icon.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:endIconTint
|
static |
@attr description Blending mode used to apply the background tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:endIconTintMode
|
static |
@attr description Text to set as the content description for the error view. Should be set when the error message has special characters that a screen reader is not able to announce properly.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:errorContentDescription
|
static |
@attr description Whether the layout is laid out as if an error will be displayed.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:errorEnabled
|
static |
@attr description End icon to be shown when an error is displayed.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:errorIconDrawable
|
static |
@attr description Tint color to use for the error icon.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:errorIconTint
|
static |
@attr description Blending mode used to apply the error icon tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:errorIconTintMode
|
static |
@attr description TextAppearance of any error message displayed.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:errorTextAppearance
|
static |
@attr description Text color for any error message displayed. If set, this takes precedence over errorTextAppearance.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:errorTextColor
|
static |
@attr description Whether the hint should occupy the input area when the text field is unpopulated and not focused.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:expandedHintEnabled
|
static |
@attr description The text to display as helper text underneath the text input area.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:helperText
|
static |
@attr description Whether the layout's helper text functionality is enabled.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:helperTextEnabled
|
static |
@attr description TextAppearance of the helper text displayed underneath the text input area.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:helperTextTextAppearance
|
static |
@attr description Text color of the helper text displayed underneath the text input area. If set, this takes precedence over helperTextTextAppearance.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:helperTextTextColor
|
static |
@attr description Whether to animate hint state changes.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:hintAnimationEnabled
|
static |
@attr description Whether the layout's floating label functionality is enabled.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:hintEnabled
|
static |
@attr description TextAppearance of the hint in the collapsed floating label.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:hintTextAppearance
|
static |
@attr description Text color of the hint in the collapsed floating label. If set, this takes precedence over hintTextAppearance.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:hintTextColor
|
static |
@attr description Text to set as the content description for the password input visibility toggle. Deprecated. Use endIconContentDescription instead.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:passwordToggleContentDescription
|
static |
@attr description Drawable to use as the password input visibility toggle icon. Deprecated. Use endIconDrawable instead.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:passwordToggleDrawable
|
static |
@attr description Whether the view will display a toggle when the EditText has a password. Deprecated. The view's end icon should be specified via endIconMode instead.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:passwordToggleEnabled
|
static |
@attr description Icon to use for the password input visibility toggle Deprecated. Use endIconTint instead.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:passwordToggleTint
|
static |
@attr description Blending mode used to apply the background tint. Deprecated. Use endIconTintMode instead.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:passwordToggleTintMode
|
static |
@attr description The text to display as placeholder text in the text input area.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:placeholderText
|
static |
@attr description TextAppearance of the placeholder text displayed in the text input area.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:placeholderTextAppearance
|
static |
@attr description Text color of the placeholder text displayed in the text input area. If set, this takes precedence over placeholderTextAppearance.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:placeholderTextColor
|
static |
@attr description The text to display as prefix text in the text input area.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:prefixText
|
static |
@attr description TextAppearance of the prefix text displayed in the text input area.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:prefixTextAppearance
|
static |
@attr description Text color of the prefix text displayed in the text input area. If set, this takes precedence over prefixTextAppearance.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:prefixTextColor
|
static |
@attr description Shape appearance style reference for TextInputLayout. Attribute declaration is in the Shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearance
|
static |
@attr description Shape appearance overlay style reference for TextInputLayout. To be used to augment attributes declared in the shapeAppearance. Attribute declaration is in the Shape package.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:shapeAppearanceOverlay
|
static |
@attr description Whether the start icon is checkable.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:startIconCheckable
|
static |
@attr description Text to set as the content description for the start icon.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:startIconContentDescription
|
static |
@attr description Drawable to use for the start icon.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:startIconDrawable
|
static |
@attr description Tint color to use for the start icon.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:startIconTint
|
static |
@attr description Blending mode used to apply the background tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:startIconTintMode
|
static |
@attr description The text to display as suffix text in the text input area.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:suffixText
|
static |
@attr description TextAppearance of the suffix text displayed in the text input area.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:suffixTextAppearance
|
static |
@attr description Text color of the suffix text displayed in the text input area. If set, this takes precedence over suffixTextAppearance.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:suffixTextColor
|
static |
Attributes that can be used with a ThemeEnforcement.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:enforceMaterialTheme
Internal flag used to denote that a style uses new attributes defined by Theme.MaterialComponents, and that the component should check via ThemeEnforcement that the client's app theme inherits from Theme.MaterialComponents.
com.companyname.pawpalsapp:enforceTextAppearance
Internal flag used to denote that a style requires that the textAppearance attribute is specified and evaluates to a valid text appearance.
|
static |
@attr description Attribute used to check that a component has a TextAppearance specified on it.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:textAppearance
|
static |
@attr description Internal flag used to denote that a style uses new attributes defined by Theme.MaterialComponents, and that the component should check via ThemeEnforcement that the client's app theme inherits from Theme.MaterialComponents. Not all usages of new attributes are problematic in the context of a legacy app theme. You should only use this flag if a particular usage is known to cause a visual glitch or crash. For example, tinting a vector drawable with a non-existent theme attribute is known to crash on pre-21 devices.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:enforceMaterialTheme
|
static |
@attr description Internal flag used to denote that a style requires that the textAppearance attribute is specified and evaluates to a valid text appearance.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:enforceTextAppearance
|
static |
Attributes that can be used with a Toolbar.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:buttonGravity
com.companyname.pawpalsapp:collapseContentDescription
Text to set as the content description for the collapse button.
com.companyname.pawpalsapp:collapseIcon
Icon drawable to use for the collapse button.
com.companyname.pawpalsapp:contentInsetEnd
Minimum inset for content views within a bar.
com.companyname.pawpalsapp:contentInsetEndWithActions
Minimum inset for content views within a bar when actions from a menu are present.
com.companyname.pawpalsapp:contentInsetLeft
Minimum inset for content views within a bar.
com.companyname.pawpalsapp:contentInsetRight
Minimum inset for content views within a bar.
com.companyname.pawpalsapp:contentInsetStart
Minimum inset for content views within a bar.
com.companyname.pawpalsapp:contentInsetStartWithNavigation
Minimum inset for content views within a bar when a navigation button is present, such as the Up button.
com.companyname.pawpalsapp:logo
Specifies the drawable used for the application logo.
com.companyname.pawpalsapp:logoDescription
A content description string to describe the appearance of the associated logo image.
com.companyname.pawpalsapp:maxButtonHeight
com.companyname.pawpalsapp:menu
The menu resource to inflate and populate items from.
com.companyname.pawpalsapp:navigationContentDescription
Text to set as the content description for the navigation button located at the start of the toolbar.
com.companyname.pawpalsapp:navigationIcon
Icon drawable to use for the navigation button located at the start of the toolbar.
com.companyname.pawpalsapp:popupTheme
Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
com.companyname.pawpalsapp:subtitle
Specifies subtitle text used for navigationMode="normal"
com.companyname.pawpalsapp:subtitleTextAppearance
com.companyname.pawpalsapp:subtitleTextColor
A color to apply to the subtitle string.
com.companyname.pawpalsapp:title
com.companyname.pawpalsapp:titleMargin
Specifies extra space on the left, start, right and end sides of the toolbar's title.
com.companyname.pawpalsapp:titleMarginBottom
Specifies extra space on the bottom side of the toolbar's title.
com.companyname.pawpalsapp:titleMarginEnd
Specifies extra space on the end side of the toolbar's title.
com.companyname.pawpalsapp:titleMarginStart
Specifies extra space on the start side of the toolbar's title.
com.companyname.pawpalsapp:titleMarginTop
Specifies extra space on the top side of the toolbar's title.
com.companyname.pawpalsapp:titleMargins
{
|
static |
This symbol is the offset where the android.R.attr#gravity attribute's value can be found in the Toolbar array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
center
11
center_horizontal
1
center_vertical
10
clip_horizontal
8
clip_vertical
80
end
800005
fill
77
fill_horizontal
7
fill_vertical
70
left
3
right
5
start
800003
top
30
@attr name android:gravity
|
static |
This symbol is the offset where the android.R.attr#minHeight attribute's value can be found in the Toolbar array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minHeight
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#buttonGravity attribute's value can be found in the Toolbar array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
bottom
50
Push object to the bottom of its container, not changing its size.
center_vertical
10
Place object in the vertical center of its container, not changing its size.
top
30
Push object to the top of its container, not changing its size.
@attr name com.companyname.pawpalsapp:buttonGravity
|
static |
@attr description Text to set as the content description for the collapse button.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:collapseContentDescription
|
static |
@attr description Icon drawable to use for the collapse button.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:collapseIcon
|
static |
@attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetEnd
|
static |
@attr description Minimum inset for content views within a bar when actions from a menu are present. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetEndWithActions
|
static |
@attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetLeft
|
static |
@attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetRight
|
static |
@attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetStart
|
static |
@attr description Minimum inset for content views within a bar when a navigation button is present, such as the Up button. Only valid for some themes and configurations.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:contentInsetStartWithNavigation
|
static |
@attr description Drawable to set as the logo that appears at the starting side of the Toolbar, just after the navigation button.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:logo
|
static |
@attr description A content description string to describe the appearance of the associated logo image.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:logoDescription
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#maxButtonHeight attribute's value can be found in the Toolbar array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:maxButtonHeight
|
static |
@attr description Menu resource to inflate to be shown in the toolbar
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:menu
|
static |
@attr description Text to set as the content description for the navigation button located at the start of the toolbar.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:navigationContentDescription
|
static |
@attr description Icon drawable to use for the navigation button located at the start of the toolbar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:navigationIcon
|
static |
@attr description Reference to a theme that should be used to inflate popups shown by widgets in the toolbar.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:popupTheme
|
static |
@attr description Specifies subtitle text used for navigationMode="normal"
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:subtitle
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#subtitleTextAppearance attribute's value can be found in the Toolbar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:subtitleTextAppearance
|
static |
@attr description A color to apply to the subtitle string.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:subtitleTextColor
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#title attribute's value can be found in the Toolbar array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:title
|
static |
@attr description Specifies extra space on the left, start, right and end sides of the toolbar's title. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:titleMargin
|
static |
@attr description Specifies extra space on the bottom side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:titleMarginBottom
|
static |
@attr description Specifies extra space on the end side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:titleMarginEnd
|
static |
@attr description {
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:titleMargins
|
static |
@attr description Specifies extra space on the start side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:titleMarginStart
|
static |
@attr description Specifies extra space on the top side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:titleMarginTop
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#titleTextAppearance attribute's value can be found in the Toolbar array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:titleTextAppearance
|
static |
@attr description A color to apply to the title string.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:titleTextColor
|
static |
Attributes that can be used with a Tooltip.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#layout_margin attribute's value can be found in the Tooltip array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:layout_margin
|
static |
This symbol is the offset where the android.R.attr#minHeight attribute's value can be found in the Tooltip array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minHeight
|
static |
This symbol is the offset where the android.R.attr#minWidth attribute's value can be found in the Tooltip array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:minWidth
|
static |
This symbol is the offset where the android.R.attr#padding attribute's value can be found in the Tooltip array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:padding
|
static |
This symbol is the offset where the android.R.attr#text attribute's value can be found in the Tooltip array.
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name android:text
|
static |
This symbol is the offset where the android.R.attr#textAppearance attribute's value can be found in the Tooltip array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:textAppearance
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#backgroundTint attribute's value can be found in the Tooltip array.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundTint
|
static |
Attributes that can be used with a Transform.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:transformPivotTarget
|
static |
@attr description base z depth of the view.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:elevation
|
static |
@attr description rotation of the view, in degrees.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotation
|
static |
@attr description rotation of the view around the x axis, in degrees.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationX
|
static |
@attr description rotation of the view around the y axis, in degrees.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:rotationY
|
static |
@attr description scale of the view in the x direction.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleX
|
static |
@attr description scale of the view in the y direction.
May be a floating point value, such as "<code>1.2</code>".
@attr name android:scaleY
|
static |
@attr description x location of the pivot point around which the view will rotate and scale. This xml attribute sets the pivotX property of the View.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotX
|
static |
@attr description y location of the pivot point around which the view will rotate and scale. This xml attribute sets the pivotY property of the View.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:transformPivotY
|
static |
@attr description translation in x of the view. This value is added post-layout to the left property of the view, which is set by its layout.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationX
|
static |
@attr description translation in y of the view. This value is added post-layout to the top property of the view, which is set by its layout.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationY
|
static |
@attr description translation in z of the view. This value is added to its elevation.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name android:translationZ
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transformPivotTarget attribute's value can be found in the Transform array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:transformPivotTarget
|
static |
Attributes that can be used with a Transition.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:autoTransition
com.companyname.pawpalsapp:constraintSetEnd
com.companyname.pawpalsapp:constraintSetStart
com.companyname.pawpalsapp:duration
com.companyname.pawpalsapp:layoutDuringTransition
com.companyname.pawpalsapp:motionInterpolator
com.companyname.pawpalsapp:pathMotionArc
com.companyname.pawpalsapp:staggered
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the Transition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#autoTransition attribute's value can be found in the Transition array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
animateToEnd
4
animateToStart
3
jumpToEnd
2
jumpToStart
1
none
0
@attr name com.companyname.pawpalsapp:autoTransition
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraintSetEnd attribute's value can be found in the Transition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:constraintSetEnd
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraintSetStart attribute's value can be found in the Transition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:constraintSetStart
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#duration attribute's value can be found in the Transition array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:duration
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#layoutDuringTransition attribute's value can be found in the Transition array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
honorRequest
1
ignoreRequest
0
@attr name com.companyname.pawpalsapp:layoutDuringTransition
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionInterpolator attribute's value can be found in the Transition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
anticipate
6
bounce
4
easeIn
1
easeInOut
0
easeOut
2
linear
3
overshoot
5
@attr name com.companyname.pawpalsapp:motionInterpolator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pathMotionArc attribute's value can be found in the Transition array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
flip
3
none
0
startHorizontal
2
startVertical
1
@attr name com.companyname.pawpalsapp:pathMotionArc
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#staggered attribute's value can be found in the Transition array.
May be a floating point value, such as "<code>1.2</code>".
@attr name com.companyname.pawpalsapp:staggered
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionDisable attribute's value can be found in the Transition array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:transitionDisable
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionFlags attribute's value can be found in the Transition array.
Must be one or more (separated by '|') of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
beginOnFirstDraw
1
disableIntraAutoTransition
2
none
0
@attr name com.companyname.pawpalsapp:transitionFlags
|
static |
Attributes that can be used with a Variant.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:constraints
com.companyname.pawpalsapp:region_heightLessThan
com.companyname.pawpalsapp:region_heightMoreThan
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#constraints attribute's value can be found in the Variant array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:constraints
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#region_heightLessThan attribute's value can be found in the Variant array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:region_heightLessThan
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#region_heightMoreThan attribute's value can be found in the Variant array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:region_heightMoreThan
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#region_widthLessThan attribute's value can be found in the Variant array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:region_widthLessThan
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#region_widthMoreThan attribute's value can be found in the Variant array.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:region_widthMoreThan
|
static |
Attributes that can be used with a View.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:paddingEnd
Sets the padding, in pixels, of the end edge; see android.R.attr#padding.
com.companyname.pawpalsapp:paddingStart
Sets the padding, in pixels, of the start edge; see android.R.attr#padding.
com.companyname.pawpalsapp:theme
Deprecated.
|
static |
@attr description Boolean that controls whether a view can take focus. By default the user can not move focus to a view; by setting this attribute to true the view is allowed to take focus. This value does not impact the behavior of directly calling android.view.View#requestFocus, which will always request focus regardless of this view. It only impacts where focus navigation will try to move focus.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
auto
10
@attr name android:focusable
|
static |
@attr description Specifies a theme override for a view. When a theme override is set, the view will be inflated using a android.content.Context themed with the specified resource.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:theme
|
static |
@attr description Sets the padding, in pixels, of the end edge; see android.R.attr#padding.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:paddingEnd
|
static |
@attr description Sets the padding, in pixels, of the start edge; see android.R.attr#padding.
May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).
@attr name com.companyname.pawpalsapp:paddingStart
|
static |
@attr description Deprecated.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:theme
|
static |
Attributes that can be used with a ViewBackgroundHelper.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:backgroundTint
com.companyname.pawpalsapp:backgroundTintMode
Blending mode used to apply the background tint.
|
static |
This symbol is the offset where the android.R.attr#background attribute's value can be found in the ViewBackgroundHelper array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name android:background
|
static |
@attr description Tint to apply to the background.
May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.companyname.pawpalsapp:backgroundTint
|
static |
@attr description Blending mode used to apply the background tint.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
add
10
Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D)
multiply
e
Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen
f
[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]
src_atop
9
The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
src_in
5
The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_over
3
The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
@attr name com.companyname.pawpalsapp:backgroundTintMode
|
static |
Attributes that can be used with a ViewPager2.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#orientation attribute's value can be found in the ViewPager2 array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
horizontal
0
vertical
1
@attr name android:orientation
|
static |
Attributes that can be used with a ViewStubCompat.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the ViewStubCompat array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
@attr description Overrides the id of the inflated View with this value.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:inflatedId
|
static |
@attr description Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so. The layout resource must be a valid reference to a layout.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:layout
|
static |
Attributes that can be used with a ViewTransition.
Includes the following attributes:
<colgroup align="left" >
Attribute
Description
com.companyname.pawpalsapp:SharedValue
com.companyname.pawpalsapp:SharedValueId
com.companyname.pawpalsapp:clearsTag
com.companyname.pawpalsapp:duration
com.companyname.pawpalsapp:ifTagNotSet
com.companyname.pawpalsapp:ifTagSet
com.companyname.pawpalsapp:motionInterpolator
com.companyname.pawpalsapp:motionTarget
com.companyname.pawpalsapp:onStateTransition
com.companyname.pawpalsapp:pathMotionArc
com.companyname.pawpalsapp:setsTag
com.companyname.pawpalsapp:transitionDisable
com.companyname.pawpalsapp:upDuration
com.companyname.pawpalsapp:viewTransitionMode
|
static |
This symbol is the offset where the android.R.attr#id attribute's value can be found in the ViewTransition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name android:id
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#clearsTag attribute's value can be found in the ViewTransition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:clearsTag
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#duration attribute's value can be found in the ViewTransition array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:duration
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#ifTagNotSet attribute's value can be found in the ViewTransition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:ifTagNotSet
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#ifTagSet attribute's value can be found in the ViewTransition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:ifTagSet
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionInterpolator attribute's value can be found in the ViewTransition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
anticipate
6
bounce
4
easeIn
1
easeInOut
0
easeOut
2
linear
3
overshoot
5
@attr name com.companyname.pawpalsapp:motionInterpolator
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#motionTarget attribute's value can be found in the ViewTransition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
May be a string value, using '\;' to escape characters such as '\n' or '\uxxxx' for a unicode character;
@attr name com.companyname.pawpalsapp:motionTarget
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#onStateTransition attribute's value can be found in the ViewTransition array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
actionDown
1
actionDownUp
3
actionUp
2
sharedValueSet
4
sharedValueUnset
5
@attr name com.companyname.pawpalsapp:onStateTransition
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#pathMotionArc attribute's value can be found in the ViewTransition array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
flip
3
none
0
startHorizontal
2
startVertical
1
@attr name com.companyname.pawpalsapp:pathMotionArc
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#setsTag attribute's value can be found in the ViewTransition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:setsTag
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#SharedValue attribute's value can be found in the ViewTransition array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:SharedValue
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#SharedValueId attribute's value can be found in the ViewTransition array.
May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".
@attr name com.companyname.pawpalsapp:SharedValueId
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#transitionDisable attribute's value can be found in the ViewTransition array.
May be a boolean value, such as "<code>true</code>" or "<code>false</code>".
@attr name com.companyname.pawpalsapp:transitionDisable
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#upDuration attribute's value can be found in the ViewTransition array.
May be an integer value, such as "<code>100</code>".
@attr name com.companyname.pawpalsapp:upDuration
|
static |
This symbol is the offset where the com.companyname.pawpalsapp.R.attr#viewTransitionMode attribute's value can be found in the ViewTransition array.
Must be one of the following constant values.
<colgroup align="left" > <colgroup align="left" >
Constant
Value
Description
allStates
1
currentState
0
noState
2
Operates independently of the rest of MotionLayout constraint set system
@attr name com.companyname.pawpalsapp:viewTransitionMode